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 | a7fa381a50bd27a2f3788a73bbf9fb7c13e8cc26 (patch) | |
tree | 9a02109cb2b4d50036679b8623bd8a8d6adf33f6 | |
parent | e8fdbba7d746d6342b1b883c2014322026498ac6 (diff) |
update tests
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39786 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Parser/cxx-casting.cpp | 1 | ||||
-rw-r--r-- | test/Parser/expressions.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/Parser/cxx-casting.cpp b/test/Parser/cxx-casting.cpp index 638985faf7..1e06e981e4 100644 --- a/test/Parser/cxx-casting.cpp +++ b/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/test/Parser/expressions.c b/test/Parser/expressions.c index 77201a80f9..3abb6d397d 100644 --- a/test/Parser/expressions.c +++ b/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 |