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
This commit is contained in:
Ahmed Bougacha 2015-04-30 00:07:34 +00:00
parent 224f06e5dd
commit 06f9f1056e

View 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