Adding an explicit triple to this test to appease build bots.

llvm-svn: 361662
This commit is contained in:
Aaron Ballman 2019-05-24 19:19:00 +00:00
parent 33bc64202b
commit 4934f95000
1 changed files with 1 additions and 1 deletions

View 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; };