summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/weak_constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Feature/weak_constant.ll')
-rw-r--r--llvm/test/Feature/weak_constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Feature/weak_constant.ll b/llvm/test/Feature/weak_constant.ll
index d27adfefa57..06cfe115cd5 100644
--- a/llvm/test/Feature/weak_constant.ll
+++ b/llvm/test/Feature/weak_constant.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -std-compile-opts | llvm-dis > %t
+; RUN: opt %s -std-compile-opts | llvm-dis > %t
; RUN: grep undef %t | count 1
; RUN: grep 5 %t | count 1
; RUN: grep 7 %t | count 1
OpenPOWER on IntegriCloud