From 28f15cb167cc649a3b7fb0cb4f84be234ffcc7b2 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 1 Sep 2015 18:56:19 +0000 Subject: [PATCH] Fix typo in test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246573 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0