rust/src/test/compile-fail
Mika Lehtinen 794b81ea5e Rename and fix nolink-with-link-args test
There are three problems with the nolink-with-link-args test:

* The test fails when using MSVC. It's caused by the `linker-flavor=ld` flag which was added in #46291.
* In its comment, this test tests that "link_args are indeed passed when nolink is specified", but the `nolink` attribute has been removed [a long time ago](https://github.com/rust-lang/rust/pull/12826).
* Pattern has a small typo.

At first I was going to completely remove this test, but there is [a closed pull request for that](https://github.com/rust-lang/rust/pull/21090).

So:

* rename the file as suggested in the closed PR
* adjust the comment
* fix typo in the pattern
* add `ignore-msvc`.
2018-12-31 13:51:40 +02:00
..
auxiliary Address review comments and CI failures 2018-12-27 15:51:37 +03:00
chalkify Add tests 2018-12-27 19:21:16 +01:00
specialization Remove licenses 2018-12-25 21:08:33 -07:00
asm-src-loc-codegen-units.rs Remove licenses 2018-12-25 21:08:33 -07:00
asm-src-loc.rs Remove licenses 2018-12-25 21:08:33 -07:00
coerce-unsafe-to-closure.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-err3.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-fn-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
crateresolve1.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-extern-arg.rs Remove licenses 2018-12-25 21:08:33 -07:00
invalid-link-args.rs Rename and fix nolink-with-link-args test 2018-12-31 13:51:40 +02:00
issue-10755.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23595-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-43733-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46209-private-enum-variant-reexport.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-52443.rs Remove licenses 2018-12-25 21:08:33 -07:00
meta-expected-error-wrong-rev.rs Remove licenses 2018-12-25 21:08:33 -07:00
must_use-in-stdlib-traits.rs Stabilize Pin 2018-12-21 20:42:50 -08:00
not-utf8.bin Moved problematic tests on Windows back to compile-fail. 2018-08-14 11:12:11 +02:00
not-utf8.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-missing.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-twice.rs Remove licenses 2018-12-25 21:08:33 -07:00
runtime-depend-on-needs-runtime.rs Address review comments and CI failures 2018-12-27 15:51:37 +03:00
runtime-depend-on-needs-runtime.stderr Address review comments and CI failures 2018-12-27 15:51:37 +03:00
two-panic-runtimes.rs Remove licenses 2018-12-25 21:08:33 -07:00
want-abort-got-unwind.rs Remove licenses 2018-12-25 21:08:33 -07:00
want-abort-got-unwind2.rs Remove licenses 2018-12-25 21:08:33 -07:00
weak-lang-item.rs Remove licenses 2018-12-25 21:08:33 -07:00