Remove a double negative.

llvm-svn: 33563
This commit is contained in:
Reid Spencer 2007-01-27 00:16:07 +00:00
parent f40b9006a8
commit 5274612e1a
1 changed files with 1 additions and 2 deletions

View File

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