From: Daniel Dunbar Date: Tue, 21 Apr 2009 16:03:31 +0000 (+0000) Subject: Fix test typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69667a03e07a052170f09226ef7614ca8ab21ac7;p=clang Fix test typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69676 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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!