xfail this for the 1.9 release. This is PR984.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-11-05 23:27:36 +00:00
parent 3ada71c2bf
commit c87dadee0c

View File

@ -1,4 +1,5 @@
// RUN: %llvmgcc -xc++ -S -o - %s | not grep weak
// XFAIL: *
template<class T>
void thefunc();