aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-27 00:21:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-27 00:21:01 +0000
commit090acfb1110c669ace754d2f80c7b2c1f9cbeb99 (patch)
treee9a0ddf4b4e497fd7035bc08696048eefd19083a
parent5fc73d9ac8547a898d9d0dab57adaa548f88f885 (diff)
Apparently the last commit is wrong. Reverted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33564 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr b/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
index 089d9715cc..1e324caf2d 100644
--- a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
+++ b/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
@@ -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();