From: Aaron Ballman Date: Fri, 24 May 2019 19:19:00 +0000 (+0000) Subject: Adding an explicit triple to this test to appease build bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7664442bfe2e15ffe0b68e78c43183399d9a5e76;p=clang Adding an explicit triple to this test to appease build bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361662 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/AST/ast-dump-stmt-json.m b/test/AST/ast-dump-stmt-json.m index 141b53b96e..0aee71c244 100644 --- a/test/AST/ast-dump-stmt-json.m +++ b/test/AST/ast-dump-stmt-json.m @@ -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; };