Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVC

llvm-svn: 212025
This commit is contained in:
Alexey Bataev 2014-06-30 08:37:48 +00:00
parent be5af7b9c7
commit 41ff27e9a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -fblocks -emit-llvm %s -o %t
// RUN: %clang_cc1 -fblocks -triple %itanium_abi_triple -emit-llvm %s -o %t
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK1
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK2