forked from OSchip/llvm-project
Undo accidental language mode change in this test.
llvm-svn: 316936
This commit is contained in:
parent
70a81b1e8b
commit
849e7da8b7
|
@ -1,7 +1,7 @@
|
|||
// RUN: %clang_cc1 -std=c++14 -verify -fexceptions -fcxx-exceptions %s
|
||||
// RUN: %clang_cc1 -std=c++17 -verify -fexceptions -fcxx-exceptions %s -Wno-dynamic-exception-spec
|
||||
// RUN: %clang_cc1 -std=c++14 -verify -fexceptions -fcxx-exceptions -Wno-c++1z-compat-mangling -DNO_COMPAT_MANGLING %s
|
||||
// RUN: %clang_cc1 -std=c++17 -verify -fexceptions -fcxx-exceptions -Wno-noexcept-type -DNO_COMPAT_MANGLING %s
|
||||
// RUN: %clang_cc1 -std=c++14 -verify -fexceptions -fcxx-exceptions -Wno-noexcept-type -DNO_COMPAT_MANGLING %s
|
||||
|
||||
#if __cplusplus > 201402L
|
||||
|
||||
|
|
Loading…
Reference in New Issue