summaryrefslogtreecommitdiff
path: root/test/Profile/cxx-virtual-destructor-calls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Profile/cxx-virtual-destructor-calls.cpp')
-rw-r--r--test/Profile/cxx-virtual-destructor-calls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Profile/cxx-virtual-destructor-calls.cpp b/test/Profile/cxx-virtual-destructor-calls.cpp
index 4affd2618e21a..cc3df68d3569a 100644
--- a/test/Profile/cxx-virtual-destructor-calls.cpp
+++ b/test/Profile/cxx-virtual-destructor-calls.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -main-file-name cxx-virtual-destructor-calls.cpp %s -o - -fprofile-instr-generate | FileCheck %s
+// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -main-file-name cxx-virtual-destructor-calls.cpp %s -o - -fprofile-instrument=clang | FileCheck %s
struct Member {
~Member();