diff options
| author | Reid Kleckner <rnk@google.com> | 2016-05-17 16:54:40 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2016-05-17 16:54:40 +0000 |
| commit | a73dcbcd13ee469bd154b1bc17bbd1c0444eb4b3 (patch) | |
| tree | 0da9359f0683ad0ed5458002bfb7970b71512020 | |
| parent | dad242c615cf1446505f3b63458494c79afaad88 (diff) | |
| download | bcm5719-llvm-a73dcbcd13ee469bd154b1bc17bbd1c0444eb4b3.tar.gz bcm5719-llvm-a73dcbcd13ee469bd154b1bc17bbd1c0444eb4b3.zip | |
Fix calling convention test
llvm-svn: 269781
| -rw-r--r-- | clang/test/Sema/callingconv-cast.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Sema/callingconv-cast.c b/clang/test/Sema/callingconv-cast.c index 88b25e8f17a..af6652e16ed 100644 --- a/clang/test/Sema/callingconv-cast.c +++ b/clang/test/Sema/callingconv-cast.c @@ -3,9 +3,6 @@ // RUN: %clang_cc1 -fms-extensions -triple i686-pc-windows-msvc -Wcast-calling-convention -DMSVC -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s --check-prefix=MSFIXIT // RUN: %clang_cc1 -triple i686-pc-windows-gnu -Wcast-calling-convention -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s --check-prefix=GNUFIXIT -// Check that the warning is disabled by default: -// RUN: %clang_cc1 -fms-extensions -triple i686-pc-windows-msvc -DMSVC -Werror -Wno-pointer-bool-conversion -x c %s - // expected-note@+1 {{consider defining 'mismatched_before_winapi' with the 'stdcall' calling convention}} void mismatched_before_winapi(int x) {} |

