OSDN Git Service

Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 22 Jan 2013 14:39:21 +0000 (14:39 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 22 Jan 2013 14:39:21 +0000 (14:39 +0000)
This is done to avoid odd test failures, like the one fixed in r171243.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173163 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll

index 0c30634..1fd03e7 100644 (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