summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/odr-linkage.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/odr-linkage.ll')
-rw-r--r--test/Transforms/InstCombine/odr-linkage.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/odr-linkage.ll b/test/Transforms/InstCombine/odr-linkage.ll
index 61365b4..2ce6246 100644
--- a/test/Transforms/InstCombine/odr-linkage.ll
+++ b/test/Transforms/InstCombine/odr-linkage.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {ret i32 10}
+; RUN: opt < %s -instcombine -S | grep "ret i32 10"
@g1 = available_externally constant i32 1
@g2 = linkonce_odr constant i32 2