summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/ast-print.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-10-08 08:28:09 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-10-08 08:28:09 +0000
commit475f9eabc27a4ee3c0debfe48511f62b7a4bf418 (patch)
tree6042bac3437603604c186e29cab7ecfc16fdd11a /clang/test/SemaCXX/ast-print.cpp
parent04e79329d0904400398f87b1b52734e271588ed6 (diff)
downloadbcm5719-llvm-475f9eabc27a4ee3c0debfe48511f62b7a4bf418.tar.gz
bcm5719-llvm-475f9eabc27a4ee3c0debfe48511f62b7a4bf418.zip
Update a few more tests in response to the MS ABI enum semantics
Our self hosting buildbots found a few more tests which weren't updated to reflect that the enum semantics are part of the Microsoft ABI. llvm-svn: 249670
Diffstat (limited to 'clang/test/SemaCXX/ast-print.cpp')
-rw-r--r--clang/test/SemaCXX/ast-print.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/SemaCXX/ast-print.cpp b/clang/test/SemaCXX/ast-print.cpp
index 059804c81a9..39a52ab8d7e 100644
--- a/clang/test/SemaCXX/ast-print.cpp
+++ b/clang/test/SemaCXX/ast-print.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -ast-print %s -std=gnu++11 | FileCheck %s
+// RUN: %clang_cc1 -triple %ms_abi_triple -ast-print %s -std=gnu++11 | FileCheck %s
// CHECK: r;
// CHECK-NEXT: (r->method());
@@ -66,7 +66,7 @@ template <class S> void test7()
template <typename T> void test8(T t) { t.~T(); }
-// CHECK: enum E {
+// CHECK: enum E
// CHECK-NEXT: A,
// CHECK-NEXT: B,
// CHECK-NEXT: C
OpenPOWER on IntegriCloud