summaryrefslogtreecommitdiff
path: root/test/Linker/ConstantGlobals1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/ConstantGlobals1.ll')
-rw-r--r--test/Linker/ConstantGlobals1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/ConstantGlobals1.ll b/test/Linker/ConstantGlobals1.ll
index 8fdbe508db..716eb3d02e 100644
--- a/test/Linker/ConstantGlobals1.ll
+++ b/test/Linker/ConstantGlobals1.ll
@@ -1,6 +1,6 @@
; Test that appending linkage works correctly when arrays are the same size.
-; RUN: echo {@X = constant \[1 x i32\] \[i32 8\] } | \
+; RUN: echo "@X = constant [1 x i32] [i32 8] " | \
; RUN: llvm-as > %t.2.bc
; RUN: llvm-as < %s > %t.1.bc
; RUN: llvm-link %t.1.bc %t.2.bc -S | grep constant