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 | a945923045d156c5c3dbbdee40ab47cae4d8a063 (patch) | |
tree | cc664d4923dcebffd68f440d2fd2e0c2f292fccb | |
parent | 8f3df643976f381975bfb45032bceacfe33d5e9b (diff) | |
download | bcm5719-llvm-a945923045d156c5c3dbbdee40ab47cae4d8a063.tar.gz bcm5719-llvm-a945923045d156c5c3dbbdee40ab47cae4d8a063.zip |
this doesn't fail on the suns either!
llvm-svn: 20567
-rw-r--r-- | llvm/test/Regression/Debugger/funccall.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Regression/Debugger/funccall.ll b/llvm/test/Regression/Debugger/funccall.ll index 2de938c457a..846250b567f 100644 --- a/llvm/test/Regression/Debugger/funccall.ll +++ b/llvm/test/Regression/Debugger/funccall.ll @@ -1,4 +1,3 @@ -;; XFAIL: sun ;; RUN: echo create > %t.commands ;; RUN: echo s >> %t.commands ;; RUN: echo s >> %t.commands |