[llvm-commits] CVS: llvm/test/Feature/globalredefinition3.ll

Reid Spencer reid at x10sys.com
Fri Jan 5 13:52:13 PST 2007



Changes in directory llvm/test/Feature:

globalredefinition3.ll updated: 1.1 -> 1.2
---
Log message:

For PR1077: http://llvm.org/PR1077 :
Remove the XFAIL now that global redefinitions are not permitted.


---
Diffs of the changes:  (+1 -2)

 globalredefinition3.ll |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/test/Feature/globalredefinition3.ll
diff -u llvm/test/Feature/globalredefinition3.ll:1.1 llvm/test/Feature/globalredefinition3.ll:1.2
--- llvm/test/Feature/globalredefinition3.ll:1.1	Fri Jan  5 11:25:12 2007
+++ llvm/test/Feature/globalredefinition3.ll	Fri Jan  5 15:51:57 2007
@@ -1,7 +1,6 @@
 ; When PR1067 is fixed, this should not be XFAIL any more.
 ; RUN: llvm-as < %s -o /dev/null -f 2>&1 | \
-; RUN:   grep 'Cannot redefine'
-; XFAIL: *
+; RUN:   grep "Redefinition of global variable named 'B'"
 
 ; Test forward references and redefinitions of globals
 






More information about the llvm-commits mailing list