commit | 48d6c122c68120db5f5079b545a7c82afe5f4455 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri Apr 10 22:09:52 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Apr 10 22:09:52 2009 +0000 |
tree | 320ffff389cdda2de1ffbafd0c607424cc18fb61 | |
parent | a9a0dd54599f077c8a16bd0519cda0f2aa84c05b [diff] [blame] |
Fixed the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68831 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Frontend/mmacosx-version-min-test.c b/test/Frontend/mmacosx-version-min-test.c index 882458d..d117d1c 100644 --- a/test/Frontend/mmacosx-version-min-test.c +++ b/test/Frontend/mmacosx-version-min-test.c
@@ -1,2 +1 @@ -// RUN: clang-cc -fsyntax-only -mmacosx-version-min=10.4 -triple=x86_64-apple-darwin %s -// RUN: true +// RUN: not clang-cc -fsyntax-only -mmacosx-version-min=10.4 -triple=x86_64-apple-darwin %s