forked from OSchip/llvm-project
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 173163
This commit is contained in:
parent
fdf3fa69c2
commit
44ee2e7a23
|
@ -1,4 +1,4 @@
|
||||||
; RUN: opt -objc-arc -S %s | FileCheck %s
|
; RUN: opt -objc-arc -S < %s | FileCheck %s
|
||||||
; rdar://11744105
|
; rdar://11744105
|
||||||
; bugzilla://14584
|
; bugzilla://14584
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue