commit | 108098d56c8e80f244e6b9dae6d31c5b566be21b | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Apr 21 16:03:31 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Apr 21 16:03:31 2009 +0000 |
tree | 0f0d664bdba892722254a4852444708e7163f7d9 | |
parent | 93c1914de3fcb46472f2c9de789feb0b1c8df7f3 [diff] [blame] |
Fix test typo. llvm-svn: 69676
diff --git a/clang/test/SemaObjC/sizeof-interface.m b/clang/test/SemaObjC/sizeof-interface.m index 775f5d7..9ed63a7 100644 --- a/clang/test/SemaObjC/sizeof-interface.m +++ b/clang/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!