aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/default2.cpp
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-02-08 10:28:44 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-02-08 10:28:44 +0000
commitddf7e994b55ed2f161e22dfab8db14997e22c01c (patch)
treeed4fc965e8ff09544598a597ed0c1004f83c236d /test/SemaCXX/default2.cpp
parentec9771d57f94cc204491b3174e88069d08cdd684 (diff)
Make the test cases failing due to exact diagnostic matching XFAIL.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaCXX/default2.cpp')
-rw-r--r--test/SemaCXX/default2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/SemaCXX/default2.cpp b/test/SemaCXX/default2.cpp
index c2873af3f0..604354b9af 100644
--- a/test/SemaCXX/default2.cpp
+++ b/test/SemaCXX/default2.cpp
@@ -1,4 +1,7 @@
// RUN: clang -fsyntax-only -verify %s
+// XFAIL
+// fails due to exact diagnostic matching
+
void f(int i, int j, int k = 3);
void f(int i, int j, int k);
void f(int i, int j = 2, int k);