diff --git a/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll b/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll index 0c306346ec2..1fd03e7d9c6 100644 --- a/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll +++ b/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