aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-04-21 16:03:31 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-04-21 16:03:31 +0000
commit69667a03e07a052170f09226ef7614ca8ab21ac7 (patch)
tree9fb17e168990a4a7ffa8a07372eb4204af111225
parentff89666e8d143b52f2bb5d2c3a108125d523abb7 (diff)
Fix test typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69676 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaObjC/sizeof-interface.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/sizeof-interface.m b/test/SemaObjC/sizeof-interface.m
index 775f5d7f56..9ed63a7406 100644
--- a/test/SemaObjC/sizeof-interface.m
+++ b/test/SemaObjC/sizeof-interface.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -triple x86_64-apple-darwin9 -fsyntax-only %t
+// RUN: clang-cc -triple x86_64-apple-darwin9 -fsyntax-only %s
@class I0;
// FIXME: Reject sizeof on incomplete interface; this breaks the test!