Index: llvm/trunk/test/CodeGen/X86/win64-nosse-error.ll =================================================================== --- llvm/trunk/test/CodeGen/X86/win64-nosse-error.ll +++ llvm/trunk/test/CodeGen/X86/win64-nosse-error.ll @@ -1,4 +1,4 @@ -; RUN: not --crash llc %s -mattr="-sse" 2>&1 | FileCheck %s +; RUN: not --crash llc < %s -mattr="-sse" 2>&1 | FileCheck %s target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-windows-macho"