mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkan
bootstrap: use specific-purpose ui test path for `test_valid` self-test I wanted to move some ui tests around in #134418, which broke `test_valid` since it was referencing two non-specific-purpose ui tests. This PR instead adds two dummy tests under `tests/ui/bootstrap/self-test/`, for that purpose specifically. r? bootstrap
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
//! Not used by compiler, this is used by bootstrap cli self-test.
|
||||
//@ ignore-test
|
||||
@@ -0,0 +1,2 @@
|
||||
//! Not used by compiler, used by bootstrap cli self-test.
|
||||
//@ ignore-test
|
||||
Reference in New Issue
Block a user