Fix broken test.

llvm-svn: 240914
This commit is contained in:
Rui Ueyama 2015-06-28 19:38:10 +00:00
parent 95925fd1ab
commit fe6d11c0db
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# RUN: yaml2obj < %s > %t.obj
# RUN: not lld -flavor link2 /out:%t.exe %t.obj
# RUN: not lld -flavor link2 /out:%t.exe %t.obj >& %t.log
# RUN: FileCheck %s < %t.log
# RUN: lld -flavor link2 /out:%t.exe %t.obj /force >& %t.log
# RUN: FileCheck %s < %t.log