Enable test on windows.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 7 Sep 2016 12:09:10 +0000 (12:09 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 7 Sep 2016 12:09:10 +0000 (12:09 +0000)
It looks like it was disable just because we were missing a demangler.

llvm-svn: 280805

lld/test/ELF/conflict.s

index 2dcd2c5..3ca033a 100644 (file)
@@ -1,4 +1,4 @@
-# REQUIRES: x86, shell
+# REQUIRES: x86
 
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
 # RUN: not ld.lld %t1.o %t1.o -o %t2 2>&1 | FileCheck -check-prefix=DEMANGLE %s