summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-08-01 13:19:14 +0000
committerHans Wennborg <hans@hanshq.net>2018-08-01 13:19:14 +0000
commit2a926124013ea9283797ab07088bca79120b2e5c (patch)
tree7b57557122762ed81f078ef48bdd9041edffaf77
parent221aec6633689af0ce38a44725403227a2b254ad (diff)
Make test/Frontend/clang-abi-compat.cpp pass when the version goes to 8
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338534 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Frontend/clang-abi-compat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/clang-abi-compat.cpp b/test/Frontend/clang-abi-compat.cpp
index 7ee94646b6..b7f2758a9d 100644
--- a/test/Frontend/clang-abi-compat.cpp
+++ b/test/Frontend/clang-abi-compat.cpp
@@ -1,6 +1,6 @@
// RUN: not %clang_cc1 -fclang-abi-compat=banana %s -fsyntax-only 2>&1 | FileCheck --check-prefix=INVALID %s
// RUN: not %clang_cc1 -fclang-abi-compat=2.9 %s -fsyntax-only 2>&1 | FileCheck --check-prefix=INVALID %s
-// RUN: not %clang_cc1 -fclang-abi-compat=8 %s -fsyntax-only 2>&1 | FileCheck --check-prefix=INVALID %s
+// RUN: not %clang_cc1 -fclang-abi-compat=42 %s -fsyntax-only 2>&1 | FileCheck --check-prefix=INVALID %s
// RUN: not %clang_cc1 -fclang-abi-compat=3.10 %s -fsyntax-only 2>&1 | FileCheck --check-prefix=INVALID %s
// RUN: not %clang_cc1 -fclang-abi-compat=4.1 %s -fsyntax-only 2>&1 | FileCheck --check-prefix=INVALID %s
// RUN: not %clang_cc1 -fclang-abi-compat=04 %s -fsyntax-only 2>&1 | FileCheck --check-prefix=INVALID %s