diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2017-07-17 17:31:44 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2017-07-17 17:31:44 +0000 |
commit | a16b27cfdaadf4ff6f6acc2fc277b171c228cf11 (patch) | |
tree | 20f0c0bf75d727160f36f0e1d2a66c23f2c1ab43 /clang/test/CodeGenCXX/implicit-exception-spec.cpp | |
parent | cb8e01acd07db4bc833784d5f715b163ce9f2ce4 (diff) | |
download | bcm5719-llvm-a16b27cfdaadf4ff6f6acc2fc277b171c228cf11.tar.gz bcm5719-llvm-a16b27cfdaadf4ff6f6acc2fc277b171c228cf11.zip |
[clang] Remove redundant check-prefix=CHECK from tests. NFC.
Reviewers: t.p.northover, mstorsjo, rsmith, mcrosier
Reviewed By: mstorsjo, mcrosier
Subscribers: mcrosier, javed.absar, cfe-commits
Differential Revision: https://reviews.llvm.org/D35465
llvm-svn: 308192
Diffstat (limited to 'clang/test/CodeGenCXX/implicit-exception-spec.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/implicit-exception-spec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/implicit-exception-spec.cpp b/clang/test/CodeGenCXX/implicit-exception-spec.cpp index cf363bd685a..e1a969ab277 100644 --- a/clang/test/CodeGenCXX/implicit-exception-spec.cpp +++ b/clang/test/CodeGenCXX/implicit-exception-spec.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -emit-llvm -std=c++11 -o - -fcxx-exceptions -fexceptions | FileCheck -check-prefix=CHECK %s +// RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -emit-llvm -std=c++11 -o - -fcxx-exceptions -fexceptions | FileCheck %s struct A { A(); |