]> granicus.if.org Git - clang/commitdiff
Fix test typo.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 21 Apr 2009 16:03:31 +0000 (16:03 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 21 Apr 2009 16:03:31 +0000 (16:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69676 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/sizeof-interface.m

index 775f5d7f56865f600fd47b676d59843ac5b8ab67..9ed63a7406ec66500f6da8a6938974dfbad1da8a 100644 (file)
@@ -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!