Index: tests_lit/assembler/arm32/branch-mult-fwd.ll |
diff --git a/tests_lit/assembler/arm32/branch-mult-fwd.ll b/tests_lit/assembler/arm32/branch-mult-fwd.ll |
index 05a4758816e33a7f2c2d1dc667f1eda79e2790e4..344d55cd1767ccea3ec89e7421229f43df2f7535 100644 |
--- a/tests_lit/assembler/arm32/branch-mult-fwd.ll |
+++ b/tests_lit/assembler/arm32/branch-mult-fwd.ll |
@@ -9,12 +9,12 @@ |
; RUN: --args -Om1 | FileCheck %s --check-prefix=DIS |
; Compile using integrated assembler. |
-; RUN: %p2i --filetype=iasm -i %s --target=arm32 --args -Om1 -unsafe-ias \ |
+; RUN: %p2i --filetype=iasm -i %s --target=arm32 --args -Om1 \ |
; RUN: | FileCheck %s --check-prefix=IASM |
; Show bytes in assembled integrated code. |
; RUN: %p2i --filetype=iasm -i %s --target=arm32 --assemble --disassemble \ |
-; RUN: --args -Om1 -unsafe-ias | FileCheck %s --check-prefix=DIS |
+; RUN: --args -Om1 | FileCheck %s --check-prefix=DIS |
; REQUIRES: allow_dump |