diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-11-28 19:05:11 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-11-28 19:05:11 +0000 |
commit | 83c903f1abb41b661c9d04287613b663dad4fcfd (patch) | |
tree | f3261dd1374fcf34090c17b3ee6e1d8ef4197495 | |
parent | b751c28a1afc24b3fb8e2ff9a29005100a8685ab (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44409 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Sema/stmt_exprs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/stmt_exprs.c b/test/Sema/stmt_exprs.c index 34186a8d5c..8165cf03aa 100644 --- a/test/Sema/stmt_exprs.c +++ b/test/Sema/stmt_exprs.c @@ -1,4 +1,4 @@ -// clang %s -fsyntax-only +// RUN: clang %s -fsyntax-only typedef unsigned __uint32_t; |