Fix test typo.

llvm-svn: 69676
This commit is contained in:
Daniel Dunbar 2009-04-21 16:03:31 +00:00
parent 93c1914de3
commit 108098d56c
1 changed files with 1 additions and 1 deletions

View 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!