[cfe-commits] r44409 - /cfe/trunk/test/Sema/stmt_exprs.c
Ted Kremenek
kremenek at apple.com
Wed Nov 28 11:05:12 PST 2007
Author: kremenek
Date: Wed Nov 28 13:05:11 2007
New Revision: 44409
URL: http://llvm.org/viewvc/llvm-project?rev=44409&view=rev
Log:
Added missing "RUN:" to comment for test case file. This fixed a bug where the test
case testing the frontend's support of statement expressions was not being
executed.
Modified:
cfe/trunk/test/Sema/stmt_exprs.c
Modified: cfe/trunk/test/Sema/stmt_exprs.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/stmt_exprs.c?rev=44409&r1=44408&r2=44409&view=diff
==============================================================================
--- cfe/trunk/test/Sema/stmt_exprs.c (original)
+++ cfe/trunk/test/Sema/stmt_exprs.c Wed Nov 28 13:05:11 2007
@@ -1,4 +1,4 @@
-// clang %s -fsyntax-only
+// RUN: clang %s -fsyntax-only
typedef unsigned __uint32_t;
More information about the cfe-commits
mailing list