diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2009-04-10 21:43:13 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-04-10 21:43:13 +0000 |
| commit | 2b939864e60713ea1a9cfe4c962ee47809e84a16 (patch) | |
| tree | 4c15175021f93d8779308d02cd2da290db93aee5 | |
| parent | 42d42b5b84603032e57add333b5b44e0ef99bd9e (diff) | |
Add a test case for my last patch.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68829 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | test/Frontend/mmacosx-version-min-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Frontend/mmacosx-version-min-test.c b/test/Frontend/mmacosx-version-min-test.c new file mode 100644 index 0000000000..882458d3a0 --- /dev/null +++ b/test/Frontend/mmacosx-version-min-test.c @@ -0,0 +1,2 @@ +// RUN: clang-cc -fsyntax-only -mmacosx-version-min=10.4 -triple=x86_64-apple-darwin %s +// RUN: true |
