aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Debugger/funccall.c2
-rw-r--r--test/Debugger/funccall.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Debugger/funccall.c b/test/Debugger/funccall.c
index 4d016ecd01..9735e34705 100644
--- a/test/Debugger/funccall.c
+++ b/test/Debugger/funccall.c
@@ -14,4 +14,4 @@ int main() {
}
// This is the source that corresponds to funccall.ll
-// RUN: exit 0
+// RUN: echo foo
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll
index 0bc2d4b45d..b258d22aee 100644
--- a/test/Debugger/funccall.ll
+++ b/test/Debugger/funccall.ll
@@ -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*, {}* }