Attempt to fix a flakey test.

I believe that the test is flakey because the order of stdout
and stderr is not deterministic.

llvm-svn: 294238
This commit is contained in:
Rui Ueyama 2017-02-06 21:11:33 +00:00
parent 418659fe99
commit a5ed3226d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; RUN: llvm-as -o %t1.obj %s
; RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %t2.obj %p/Inputs/msvclto.s
; RUN: lld-link %t1.obj %t2.obj /msvclto /out:%t.exe /opt:lldlto=1 /opt:icf \
; RUN: /entry:main /verbose /subsystem:console > %t.log 2>&1 || true
; RUN: /entry:main /verbose /subsystem:console > %t.log || true
; RUN: FileCheck %s < %t.log
; CHECK: link.exe /nologo {{.*}} {{.*}}2.obj /out:{{.*}}.exe /opt:icf /entry:main /verbose /subsystem:console