commit | 26f4b32f26ffb07feafd83337d28bfa439c11586 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu Feb 09 01:02:27 2012 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu Feb 09 01:02:27 2012 +0000 |
tree | 6f23e0d7a1454d39b8479834d8bcd25f693b77f6 | |
parent | acda6789df70cf7b843e46821b30ea89c0e78f01 [diff] [blame] |
Fix tests for r150123 llvm-svn: 150126
diff --git a/clang/test/Parser/cxx0x-lambda-expressions.cpp b/clang/test/Parser/cxx0x-lambda-expressions.cpp index df8d804..07a4701 100644 --- a/clang/test/Parser/cxx0x-lambda-expressions.cpp +++ b/clang/test/Parser/cxx0x-lambda-expressions.cpp
@@ -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 {