Skip to content

Commit

Permalink
test(ui): use glob to match tests for #[derive(Export)]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogay committed Oct 16, 2023
1 parent 7159dd9 commit 348bac2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions gdnative/tests/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@ fn ui_tests() {

// Export
t.pass("tests/ui/export_pass.rs");
t.compile_fail("tests/ui/export_fail_01.rs");
t.compile_fail("tests/ui/export_fail_02.rs");
t.compile_fail("tests/ui/export_fail_03.rs");
t.compile_fail("tests/ui/export_fail_04.rs");
t.compile_fail("tests/ui/export_fail_05.rs");
t.compile_fail("tests/ui/export_fail_06.rs");
t.compile_fail("tests/ui/export_fail_07.rs");
t.compile_fail("tests/ui/export_fail_08.rs");
t.compile_fail("tests/ui/export_fail_09.rs");
t.compile_fail("tests/ui/export_fail_*.rs");
}

// FIXME(rust/issues/54725): Full path spans are only available on nightly as of now
Expand Down

0 comments on commit 348bac2

Please sign in to comment.