commit | 44ee2e7a23f34cab39b38c189e28d5b91d887e21 | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <gribozavr@gmail.com> | Tue Jan 22 14:39:21 2013 +0000 |
committer | Dmitri Gribenko <gribozavr@gmail.com> | Tue Jan 22 14:39:21 2013 +0000 |
tree | 9d42de36d0642895a2af05a42828974ea225e76f | |
parent | fdf3fa69c27c456723400770a969225e164ca0e4 [diff] [blame] |
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
diff --git a/llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll b/llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll index 0c30634..1fd03e7 100644 --- a/llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll +++ b/llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
@@ -1,4 +1,4 @@ -; RUN: opt -objc-arc -S %s | FileCheck %s +; RUN: opt -objc-arc -S < %s | FileCheck %s ; rdar://11744105 ; bugzilla://14584