summaryrefslogtreecommitdiff
path: root/test/Profile/cxx-structors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Profile/cxx-structors.cpp')
-rw-r--r--test/Profile/cxx-structors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Profile/cxx-structors.cpp b/test/Profile/cxx-structors.cpp
index 183df9225783..73562d39c973 100644
--- a/test/Profile/cxx-structors.cpp
+++ b/test/Profile/cxx-structors.cpp
@@ -1,6 +1,6 @@
// Tests for instrumentation of C++ constructors and destructors.
//
-// RUN: %clang_cc1 -triple x86_64-apple-macosx10.11.0 -x c++ %s -o - -emit-llvm -fprofile-instr-generate | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-macosx10.11.0 -x c++ %s -o - -emit-llvm -fprofile-instrument=clang | FileCheck %s
struct Foo {
Foo() {}