aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Parser/cxx-casting.cpp1
-rw-r--r--test/Parser/expressions.c2
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