Skip to content

Commit 0b03429

Browse files
author
Chris Jackson
committed
[lld] Fix vs-diagnostics-version-script test. NFC.
Removed unnecessary llvm-mc call. llvm-svn: 366418
1 parent 36d9e83 commit 0b03429

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# REQUIRES: x86
2-
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3-
# RUN: rm -f %/terr1.script
4-
# RUN: echo "\"" > %/terr1.script
5-
# RUN: not ld.lld --vs-diagnostics --version-script %/terr1.script -shared %/t.o -o %/t.so 2>&1 | \
1+
# RUN: echo "\"" > %/terr1.script
2+
# RUN: not ld.lld --vs-diagnostics --version-script %/terr1.script 2>&1 | \
63
# RUN: FileCheck %s -DSCRIPT="%/terr1.script"
74

85
# CHECK: [[SCRIPT]](1): error: [[SCRIPT]]:1: unclosed quote

0 commit comments

Comments
 (0)