r246573 - Fix typo in test
Eli Bendersky via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 1 11:56:20 PDT 2015
Author: eliben
Date: Tue Sep 1 13:56:19 2015
New Revision: 246573
URL: http://llvm.org/viewvc/llvm-project?rev=246573&view=rev
Log:
Fix typo in test
Modified:
cfe/trunk/test/Preprocessor/init.c
Modified: cfe/trunk/test/Preprocessor/init.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/init.c?rev=246573&r1=246572&r2=246573&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/init.c (original)
+++ cfe/trunk/test/Preprocessor/init.c Tue Sep 1 13:56:19 2015
@@ -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
More information about the cfe-commits
mailing list