From 06f9f1056e4008e252270a72dd9793a566fa893c Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Thu, 30 Apr 2015 00:07:34 +0000 Subject: [PATCH] Flip r236172 testcase RUN option ordering for BSD sed(1). NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236186 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/WinEH/seh-simple.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/WinEH/seh-simple.ll b/test/CodeGen/WinEH/seh-simple.ll index ea453df80a2..9a451874d58 100644 --- a/test/CodeGen/WinEH/seh-simple.ll +++ b/test/CodeGen/WinEH/seh-simple.ll @@ -2,7 +2,7 @@ ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=X64 ; This test should also pass in 32-bit using _except_handler3. -; RUN: sed %s -e 's/__C_specific_handler/_except_handler3/' \ +; RUN: sed -e 's/__C_specific_handler/_except_handler3/' %s \ ; RUN: | opt -S -winehprepare -mtriple=i686-windows-msvc \ ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=X86