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:
Dmitri Gribenko 2013-01-22 14:39:21 +00:00
parent fdf3fa69c2
commit 44ee2e7a23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt -objc-arc -S %s | FileCheck %s
; RUN: opt -objc-arc -S < %s | FileCheck %s
; rdar://11744105
; bugzilla://14584