]> granicus.if.org Git - clang/commitdiff
Undo accidental language mode change in this test.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 30 Oct 2017 18:06:18 +0000 (18:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 30 Oct 2017 18:06:18 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316936 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/cxx1z-noexcept-function-type.cpp

index bd3d031f5878da7277dc8f41c57cdd1bfe1c96d4..814b04c6e42f1887c6bb7cee37d01e881dedb0fe 100644 (file)
@@ -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