Add a triple to this test to make buildbots happier.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Aug 2016 02:24:00 +0000 (02:24 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Aug 2016 02:24:00 +0000 (02:24 +0000)
llvm-svn: 278647

clang/test/CodeGenCXX/cxx1z-decomposition.cpp

index ee6dbf2..b921200 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++1z -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -std=c++1z -triple x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s
 
 namespace std {
   using size_t = decltype(sizeof(0));