Paper over the Windows-only enum initialization test failure until the bug is fixed
authorReid Kleckner <rnk@google.com>
Mon, 28 Mar 2016 20:13:55 +0000 (20:13 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 28 Mar 2016 20:13:55 +0000 (20:13 +0000)
llvm-svn: 264642

clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp

index a02b7de..f381ed7 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
 // RUN: %clang_cc1 -std=c++14 -fsyntax-only -verify %s
-// RUN: %clang_cc1 -std=c++1z -fsyntax-only -verify %s
+// FIXME: Remove the triple when PR27098 is fixed.
+// RUN: %clang_cc1 -std=c++1z -fsyntax-only -verify %s -triple %itanium_abi_triple
 
 namespace std {
   typedef decltype(sizeof(int)) size_t;