about summary refs log tree commit diff
path: root/tests/run-make/unknown-mod-stdin/Makefile
AgeCommit message (Collapse)AuthorLines
2023-10-07tests/run-make: Use RUSTC_TEST_OP in more placesMartin Nordholts-8/+2
2023-10-07tests/run-make: Remove wrong blessing adviceMartin Nordholts-1/+0
run-make tests are not special but can be blessed like other tests, like this: ./x.py test --bless tests/run-make/unknown-mod-stdin
2023-08-01tests/run-make/unknown-mod-stdin: Ignore WindowsMartin Nordholts-0/+2
The test fails on Windows with the diff - = help: to create the module `unknown`, create file "unknown.rs" or "unknown/mod.rs" + = help: to create the module `unknown`, create file "unknown.rs" or "unknown\mod.rs" There is no need to run this test on Windows, so ignore it.
2023-07-26Add regression test for `echo 'mod unknown;' | rustc -`Martin Nordholts-0/+13