Apparently the last commit is wrong. Reverted.

llvm-svn: 33564
This commit is contained in:
Reid Spencer 2007-01-27 00:21:01 +00:00
parent 5274612e1a
commit 514399daf1
1 changed files with 2 additions and 1 deletions

View File

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