Index: tests_lit/llvm2ice_tests/globalrelocs.ll |
diff --git a/tests_lit/llvm2ice_tests/globalrelocs.ll b/tests_lit/llvm2ice_tests/globalrelocs.ll |
index 1b6b3a3713153b3d38ffe12233f4d4be75a42d53..0a528dc2f910c1877864d1b6c109b5f40b799e29 100644 |
--- a/tests_lit/llvm2ice_tests/globalrelocs.ll |
+++ b/tests_lit/llvm2ice_tests/globalrelocs.ll |
@@ -5,13 +5,13 @@ |
; Test that we handle it in the ICE converter. |
; RUN: %lc2i -i %s --args -verbose inst -threads=0 \ |
; RUN: | %iflc FileCheck %s |
-; RUN: %lc2i -i %s --args -verbose inst -threads=0 \ |
+; RUN: %lc2i -i %s --args -verbose inst,global_init -threads=0 \ |
; RUN: | %iflc FileCheck --check-prefix=DUMP %s |
; Test that we handle it using Subzero's bitcode reader. |
; RUN: %p2i -i %s --args -verbose inst -threads=0 \ |
; RUN: | FileCheck %s |
-; RUN: %p2i -i %s --args -verbose inst -threads=0 \ |
+; RUN: %p2i -i %s --args -verbose inst,global_init -threads=0 \ |
; RUN: | FileCheck --check-prefix=DUMP %s |
@bytes = internal global [7 x i8] c"abcdefg" |