Skip to content

Commit

Permalink
Change src/test to tests in source files, fix tidy and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlarsan68 committed Jan 11, 2023
1 parent 70f6c47 commit 5f8686e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ui/crashes/ice-6254.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// originally from ./src/test/ui/pattern/usefulness/consts-opaque.rs
// originally from ./tests/ui/pattern/usefulness/consts-opaque.rs
// panicked at 'assertion failed: rows.iter().all(|r| r.len() == v.len())',
// compiler/rustc_mir_build/src/thir/pattern/_match.rs:2030:5

Expand Down
2 changes: 1 addition & 1 deletion tests/ui/crashes/ice-6255.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// originally from rustc ./src/test/ui/macros/issue-78325-inconsistent-resolution.rs
// originally from rustc ./tests/ui/macros/issue-78325-inconsistent-resolution.rs
// inconsistent resolution for a macro

macro_rules! define_other_core {
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/crashes/ice-6256.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// originally from rustc ./src/test/ui/regions/issue-78262.rs
// originally from rustc ./tests/ui/regions/issue-78262.rs
// ICE: to get the signature of a closure, use substs.as_closure().sig() not fn_sig()
#![allow(clippy::upper_case_acronyms)]

Expand Down

0 comments on commit 5f8686e

Please sign in to comment.