From e22040c84af7d5c3dbe189954f3f492641db85bc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Sep 2003 15:34:36 +0000 Subject: [PATCH] Remove obsolete option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8560 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll index a88c513c1d6..08d2c243278 100644 --- a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll +++ b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll @@ -18,7 +18,7 @@ ; equivelent form. ; ; RUN: llvm-as < %s | opt -q -raise > Output/%s.raised.bc -; RUN: lli -force-interpreter -array-checks -abort-on-exception < Output/%s.raised.bc +; RUN: lli -force-interpreter -array-checks < Output/%s.raised.bc ; implementation