diff options
author | Chris Lattner <sabre@nondot.org> | 2005-03-12 03:43:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-03-12 03:43:38 +0000 |
commit | 3372dcd73771bbba9acf2275813dbc294d23da30 (patch) | |
tree | a867fc8185af1957e2fd27de433b963d7022dc5b /test/Debugger | |
parent | 38d3828bdf0fc7aa187d6f26667ad279ce3d251a (diff) | |
download | external_llvm-3372dcd73771bbba9acf2275813dbc294d23da30.zip external_llvm-3372dcd73771bbba9acf2275813dbc294d23da30.tar.gz external_llvm-3372dcd73771bbba9acf2275813dbc294d23da30.tar.bz2 |
this doesn't fail on the suns either!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Debugger')
-rw-r--r-- | test/Debugger/funccall.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 2de938c..846250b 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -1,4 +1,3 @@ -;; XFAIL: sun ;; RUN: echo create > %t.commands ;; RUN: echo s >> %t.commands ;; RUN: echo s >> %t.commands |