Flip r236172 testcase RUN option ordering for BSD sed(1). NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 30 Apr 2015 00:07:34 +0000 (00:07 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 30 Apr 2015 00:07:34 +0000 (00:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236186 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/WinEH/seh-simple.ll

index ea453df80a2bc221a032a142968a8fa3347b478f..9a451874d5873d3fb5a3f23ed09fd14030052b32 100644 (file)
@@ -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