| Index: tests_lit/llvm2ice_tests/global.ll
|
| diff --git a/tests_lit/llvm2ice_tests/global.ll b/tests_lit/llvm2ice_tests/global.ll
|
| index ba5471e114a0f7a8e8289f5be9f8e87de5c12c0b..167028f9eeca1dff755fd7605c187170aebee580 100644
|
| --- a/tests_lit/llvm2ice_tests/global.ll
|
| +++ b/tests_lit/llvm2ice_tests/global.ll
|
| @@ -8,7 +8,7 @@
|
| ; Note: We don't run this test using a PNaCl bitcode file, because
|
| ; external globals are not in the PNaCl ABI.
|
|
|
| -@intern_global = global [4 x i8] [i8 0, i8 0, i8 0, i8 12], align 4
|
| +@intern_global = global [4 x i8] c"\00\00\00\0C", align 4
|
| @extern_global = external global [4 x i8]
|
|
|
| define i32 @test_intern_global() {
|
|
|