]> granicus.if.org Git - clang/commitdiff
Added missing "RUN:" to comment for test case file. This fixed a bug where the test
authorTed Kremenek <kremenek@apple.com>
Wed, 28 Nov 2007 19:05:11 +0000 (19:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 28 Nov 2007 19:05:11 +0000 (19:05 +0000)
case testing the frontend's support of statement expressions was not being
executed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44409 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/stmt_exprs.c

index 34186a8d5cfee8d891530a42d01204d43cf76038..8165cf03aa431b99b8fac962312df7a61116fffd 100644 (file)
@@ -1,4 +1,4 @@
-// clang %s -fsyntax-only
+// RUN: clang %s -fsyntax-only
 
 typedef unsigned __uint32_t;