about summary refs log tree commit diff
path: root/src/test/compile-fail
diff options
context:
space:
mode:
authorFelix Schütt <felix.schuett@maps4print.com>2017-12-28 20:05:33 +0100
committerFelix Schütt <felix.schuett@maps4print.com>2017-12-31 22:48:33 +0100
commit3e3536c09cf593dba9c154880eed5995cbe90526 (patch)
tree1ae2710e6944375b2e3582ae3651284eeaca7cd0 /src/test/compile-fail
parent8c5941896248802d57e73a1fc9adbca5869f1fa1 (diff)
downloadrust-3e3536c09cf593dba9c154880eed5995cbe90526.tar.gz
rust-3e3536c09cf593dba9c154880eed5995cbe90526.zip
Removed unnecessary output of linker options when linker is not installed
It's unnecessary to print the linker options if there is no linker installed.
Currently, for libraries, the output is still printed, see #46998 for
discussion
Diffstat (limited to 'src/test/compile-fail')
-rw-r--r--src/test/compile-fail/issue-10755.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-10755.rs b/src/test/compile-fail/issue-10755.rs
index 87faff27195..57915bce456 100644
--- a/src/test/compile-fail/issue-10755.rs
+++ b/src/test/compile-fail/issue-10755.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // compile-flags: -C linker=llllll -Z linker-flavor=ld
-// error-pattern: the linker `llllll`
+// error-pattern: linker `llllll` not found
 
 fn main() {
 }