summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/def-dtors.cpp
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-02-07 07:13:18 +0000
committerXinliang David Li <davidxl@google.com>2016-02-07 07:13:18 +0000
commit6962659a362c173c62afa391aba4a19681057ef8 (patch)
tree873b73bde0d4875d95c8cdadde1c095f7830601c /clang/test/Profile/def-dtors.cpp
parent4e1aa2de76b038975690a7a09874714467a6f4f0 (diff)
downloadbcm5719-llvm-6962659a362c173c62afa391aba4a19681057ef8.tar.gz
bcm5719-llvm-6962659a362c173c62afa391aba4a19681057ef8.zip
Fix test case problem(caused by clang-format
llvm-svn: 260022
Diffstat (limited to 'clang/test/Profile/def-dtors.cpp')
-rw-r--r--clang/test/Profile/def-dtors.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/clang/test/Profile/def-dtors.cpp b/clang/test/Profile/def-dtors.cpp
index 8394be28ac3..ad0434571c1 100644
--- a/clang/test/Profile/def-dtors.cpp
+++ b/clang/test/Profile/def-dtors.cpp
@@ -1,10 +1,6 @@
-// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu
-// -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang |
-// FileCheck --check-prefix=PGOGEN %s
+// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang | FileCheck --check-prefix=PGOGEN %s
-// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu
-// -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang
-// -fcoverage-mapping | FileCheck --check-prefix=COVMAP %s
+// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang -fcoverage-mapping | FileCheck --check-prefix=COVMAP %s
struct Base {
int B;
OpenPOWER on IntegriCloud