From: Eli Bendersky Date: Tue, 1 Sep 2015 18:56:19 +0000 (+0000) Subject: Fix typo in test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28f15cb167cc649a3b7fb0cb4f84be234ffcc7b2;p=clang Fix typo in test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246573 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c index 6e639370e0..75230124a3 100644 --- a/test/Preprocessor/init.c +++ b/test/Preprocessor/init.c @@ -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