diff options
Diffstat (limited to 'test/Feature/undefined.ll')
-rw-r--r-- | test/Feature/undefined.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/undefined.ll b/test/Feature/undefined.ll index cdbec03d39..dc1b7c547a 100644 --- a/test/Feature/undefined.ll +++ b/test/Feature/undefined.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -o - | llvm-dis > %t1.ll +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll |