Fix typo in test

llvm-svn: 246573
This commit is contained in:
Eli Bendersky 2015-09-01 18:56:19 +00:00
parent cbf9bc35d2
commit 8ea8b343c4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
/PtrDiffType / RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -check-prefix ASM %s
// RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -check-prefix ASM %s
//
// ASM:#define __ASSEMBLER__ 1
//
//
//
// RUN: %clang_cc1 -fblocks -E -dM < /dev/null | FileCheck -check-prefix BLOCKS %s
//
// BLOCKS:#define __BLOCKS__ 1