diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-12 16:52:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-12 16:52:08 +0000 |
commit | cf9be2d31581c876dc8ab27d35e76073ca0c5075 (patch) | |
tree | a9567c8ffea2b0822409a19c542a5d6e2068fc8e /clang | |
parent | d1c161786fdd087c109f1d62e9a79cf90d100c43 (diff) | |
download | bcm5719-llvm-cf9be2d31581c876dc8ab27d35e76073ca0c5075.tar.gz bcm5719-llvm-cf9be2d31581c876dc8ab27d35e76073ca0c5075.zip |
update tests
llvm-svn: 39786
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Parser/cxx-casting.cpp | 1 | ||||
-rw-r--r-- | clang/test/Parser/expressions.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx-casting.cpp b/clang/test/Parser/cxx-casting.cpp index 638985faf76..1e06e981e4c 100644 --- a/clang/test/Parser/cxx-casting.cpp +++ b/clang/test/Parser/cxx-casting.cpp @@ -1,5 +1,4 @@ // RUN: clang -fsyntax-only %s -// XFAIL: * char *const_cast_test(const char *var) { diff --git a/clang/test/Parser/expressions.c b/clang/test/Parser/expressions.c index 77201a80f97..3abb6d397dc 100644 --- a/clang/test/Parser/expressions.c +++ b/clang/test/Parser/expressions.c @@ -1,4 +1,6 @@ // RUN: clang -fsyntax-only %s +// XFAIL: * +// FIXME: This is xfailed because we're not analyzing brace initializers yet. void test1() { if (sizeof (int){ 1}); // sizeof compound literal |