From c5fc361562b0bca7029000bfbdb665cb2fe92269 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 11 Mar 2005 21:18:00 +0000 Subject: [PATCH] this passes on darwin git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20565 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Debugger/funccall.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index a781446ad70..2de938c457a 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -1,4 +1,4 @@ -;; XFAIL: darwin,sun +;; XFAIL: sun ;; RUN: echo create > %t.commands ;; RUN: echo s >> %t.commands ;; RUN: echo s >> %t.commands