From b3d5a323a5ca92ea73443499cee2f15db1ff0fb3 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Wed, 18 Nov 2009 14:59:57 +0000 Subject: Update clang to r89205. --- test/Preprocessor/expr_comma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Preprocessor/expr_comma.c') diff --git a/test/Preprocessor/expr_comma.c b/test/Preprocessor/expr_comma.c index 0a24baca46c9..88ceabf8e480 100644 --- a/test/Preprocessor/expr_comma.c +++ b/test/Preprocessor/expr_comma.c @@ -1,5 +1,5 @@ // Comma is not allowed in C89 -// RUN: not clang-cc -E %s -std=c89 -pedantic-errors && +// RUN: not clang-cc -E %s -std=c89 -pedantic-errors // Comma is allowed if unevaluated in C99 // RUN: clang-cc -E %s -std=c99 -pedantic-errors -- cgit v1.3