diff options
Diffstat (limited to 'test/Driver/std.c')
-rw-r--r-- | test/Driver/std.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/std.c b/test/Driver/std.c index 04113d5..01a5f7c 100644 --- a/test/Driver/std.c +++ b/test/Driver/std.c @@ -1,6 +1,6 @@ -// RUN: clang -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s && +// RUN: clang -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s // OVERRIDE: ??(??) -// RUN: clang -ansi %s -E -o - | FileCheck -check-prefix=ANSI %s && +// RUN: clang -ansi %s -E -o - | FileCheck -check-prefix=ANSI %s // ANSI: [] // RUN: clang -std=gnu99 -trigraphs %s -E -o - | FileCheck -check-prefix=EXPLICIT %s // EXPLICIT: [] |