]> granicus.if.org Git - clang/commitdiff
Fix typo in test
authorEli Bendersky <eliben@google.com>
Tue, 1 Sep 2015 18:56:19 +0000 (18:56 +0000)
committerEli Bendersky <eliben@google.com>
Tue, 1 Sep 2015 18:56:19 +0000 (18:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246573 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/init.c

index 6e639370e00adc6ab094516e3d8d21d1d82ee01d..75230124a3741b396c4f500a8cd05e3d5374e278 100644 (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