diff options
author | Eli Bendersky <eliben@google.com> | 2015-09-01 18:56:19 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2015-09-01 18:56:19 +0000 |
commit | 8ea8b343c486c1b375a2377c9d8d8564f6c84b91 (patch) | |
tree | 67cc51d95f57d1635538d49b2b5ec9d343258de1 /clang/test/Preprocessor/init.c | |
parent | cbf9bc35d2b098f95b7e0e687b10632eab53831b (diff) | |
download | bcm5719-llvm-8ea8b343c486c1b375a2377c9d8d8564f6c84b91.tar.gz bcm5719-llvm-8ea8b343c486c1b375a2377c9d8d8564f6c84b91.zip |
Fix typo in test
llvm-svn: 246573
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 6e639370e00..75230124a37 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/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 |