]> granicus.if.org Git - clang/commitdiff
Adding an explicit triple to this test to appease build bots.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 24 May 2019 19:19:00 +0000 (19:19 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 24 May 2019 19:19:00 +0000 (19:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361662 91177308-0d34-0410-b5e6-96231b3b80d8

test/AST/ast-dump-stmt-json.m

index 141b53b96e1cc00a1b7a7c56ac596fa7dec778d6..0aee71c24400890103277cee3e5cb3a91c351a6c 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Wno-unused -fblocks -fobjc-exceptions -ast-dump=json -ast-dump-filter Test %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-pc-win32 -Wno-unused -fblocks -fobjc-exceptions -ast-dump=json -ast-dump-filter Test %s | FileCheck %s
 
 void TestBlockExpr(int x) {
   ^{ x; };