diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-03 07:25:45 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-03 07:25:45 +0000 |
commit | d73902121a93c3135cf53e2d724361cec1037d7e (patch) | |
tree | cb08c974649be101760b4e7cfe90657e483ec7bd /test/CXX/temp | |
parent | df5fd838da89f212a6593d9151a3102a70d80fa9 (diff) | |
download | clang-d73902121a93c3135cf53e2d724361cec1037d7e.tar.gz |
Switch XFAIL format to match LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CXX/temp')
-rw-r--r-- | test/CXX/temp/temp.param/p14.cpp | 2 | ||||
-rw-r--r-- | test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CXX/temp/temp.param/p14.cpp b/test/CXX/temp/temp.param/p14.cpp index 07e6bfe409..150e0ad636 100644 --- a/test/CXX/temp/temp.param/p14.cpp +++ b/test/CXX/temp/temp.param/p14.cpp @@ -1,5 +1,5 @@ // RUN: clang-cc -fsyntax-only -verify %s -// XFAIL +// XFAIL: * // A template-parameter shall not be used in its own default argument. template<typename T = typename T::type> struct X; // expected-error{{default}} diff --git a/test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp b/test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp index 650501069c..a41b46ff5c 100644 --- a/test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp +++ b/test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp @@ -1,5 +1,5 @@ // RUN: clang-cc -fsyntax-only -verify %s -// XFAIL +// XFAIL: * // Note: we fail this test because we perform template instantiation // at the end of the translation unit, so argument-dependent lookup |