Skip to content

Commit

Permalink
Rename compile test folder more meaningfully
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanoka committed Feb 23, 2021
1 parent a3a6524 commit de721a4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/vector_tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ mod tests {
#[test]
fn test_features_aliasing_compile_fail() {
let t = trybuild::TestCases::new(); // A compilation test that should fail.
t.compile_fail("tests/ui/01-features-aliasing-errors.rs");
t.compile_fail("tests/compile-tests/01-features-aliasing-errors.rs");
}

// It tries to iterate over a layer's features, while
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit de721a4

Please sign in to comment.