From bb1e3bc1e0be2b8f891db46457a8943451bf4d8b Mon Sep 17 00:00:00 2001 From: rdivacky Date: Fri, 1 Jan 2010 10:34:51 +0000 Subject: Updaet clang to 92395. --- test/Parser/pointer-arithmetic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Parser/pointer-arithmetic.c') diff --git a/test/Parser/pointer-arithmetic.c b/test/Parser/pointer-arithmetic.c index d252b42..87eb1a2 100644 --- a/test/Parser/pointer-arithmetic.c +++ b/test/Parser/pointer-arithmetic.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify %s int *test1(int *a) { return a + 1; } int *test2(int *a) { return 1 + a; } -- cgit v1.1