diff options
author | Chris Lattner <sabre@nondot.org> | 2005-03-11 21:18:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-03-11 21:18:00 +0000 |
commit | c5fc361562b0bca7029000bfbdb665cb2fe92269 (patch) | |
tree | 6157b1bdad3e0a287274470b5a7e8882ab86c9e7 /test/Debugger | |
parent | 0bb4828f176a5c9603477f3c9e9f2815e0908e7a (diff) | |
download | external_llvm-c5fc361562b0bca7029000bfbdb665cb2fe92269.zip external_llvm-c5fc361562b0bca7029000bfbdb665cb2fe92269.tar.gz external_llvm-c5fc361562b0bca7029000bfbdb665cb2fe92269.tar.bz2 |
this passes on darwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20565 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Debugger')
-rw-r--r-- | test/Debugger/funccall.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index a781446..2de938c 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 |