diff options
Diffstat (limited to 'clang/test/PCH/cxx-static_assert.cpp')
-rw-r--r-- | clang/test/PCH/cxx-static_assert.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/PCH/cxx-static_assert.cpp b/clang/test/PCH/cxx-static_assert.cpp index 464da405c3e..ace12e0922d 100644 --- a/clang/test/PCH/cxx-static_assert.cpp +++ b/clang/test/PCH/cxx-static_assert.cpp @@ -1,9 +1,9 @@ // Test this without pch. -// RUN: %clang_cc1 -include %s -verify -std=c++0x %s +// RUN: %clang_cc1 -include %s -verify -std=c++11 %s // Test with pch. -// RUN: %clang_cc1 -std=c++0x -emit-pch -o %t %s -// RUN: %clang_cc1 -include-pch %t -verify -std=c++0x %s +// RUN: %clang_cc1 -std=c++11 -emit-pch -o %t %s +// RUN: %clang_cc1 -include-pch %t -verify -std=c++11 %s #ifndef HEADER #define HEADER |