Fix this
authorChris Lattner <sabre@nondot.org>
Sat, 14 May 2005 02:33:20 +0000 (02:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 May 2005 02:33:20 +0000 (02:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21999 91177308-0d34-0410-b5e6-96231b3b80d8

test/Debugger/funccall.c
test/Debugger/funccall.ll

index 4d016ecd017a0707f50350a390975ac4f9e27d27..9735e3470570eb85cc58b981a1d98ef9f1b1fa34 100644 (file)
@@ -14,4 +14,4 @@ int main() {
 }
 
 // This is the source that corresponds to funccall.ll
-// RUN: exit 0
+// RUN: echo foo
index 0bc2d4b45d9e70afebe1131e794d75a556c8699a..b258d22aeea23c13518529656cdd26c8d1703d48 100644 (file)
@@ -8,7 +8,7 @@
 ;; RUN: llvm-as -f %s -o %t.bc
 ;; RUN: llvm-db %t.bc < %t.commands | grep 'in main at funccall.c:11:2'
 
-;; XFAIL: x86,x86_64,powerpc,alpha,ia64
+; XFAIL: i.86|powerpc|alpha|ia64
 
 ;; Debugger type declarations
 %lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* }