Should be xfailed for llvmgcc4 and NOT *. * means all platforms regardless of what llvmgcc you use.

llvm-svn: 31577
This commit is contained in:
Tanya Lattner 2006-11-08 23:25:58 +00:00
parent c9a4cdc9c9
commit 8a01d7a820
1 changed files with 1 additions and 1 deletions

View File

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