]> granicus.if.org Git - clang/commitdiff
Fix tests for r150123
authorDouglas Gregor <dgregor@apple.com>
Thu, 9 Feb 2012 01:02:27 +0000 (01:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 9 Feb 2012 01:02:27 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150126 91177308-0d34-0410-b5e6-96231b3b80d8

test/Parser/cxx0x-lambda-expressions.cpp
test/Parser/objcxx-lambda-expressions-neg.mm

index df8d804931d09c8d50dbadea907a481c545406e5..07a4701653c97cb538ec4998f14f4c507d1d1152 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
+// RUN: %clang_cc1 -fsyntax-only -Wno-unused-value -verify -std=c++11 %s
 
 class C {
 
index 864cc6b8fbf56348a402b59097c9b17e288a0486..7cdb1a292e4097807ec76f853fae47d8fe217f40 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wno-unused-value -verify %s
 
 int main() {
   []{}; // expected-error {{expected expression}}