Skip to content

Commit

Permalink
migrate back to a single trybuild test case
Browse files Browse the repository at this point in the history
This is because our CI currently fails if we have multiple test cases.
  • Loading branch information
Robbepop committed Sep 21, 2021
1 parent 61f2f92 commit bc145f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/lang/macro/tests/compile_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ fn compile_tests() {
t.compile_fail("tests/ui/contract/fail/N-01-namespace-invalid-identifier.rs");
t.compile_fail("tests/ui/contract/fail/N-02-namespace-invalid-type.rs");
t.compile_fail("tests/ui/contract/fail/N-03-namespace-missing-argument.rs");
}

#[test]
fn chain_extension() {
let t = trybuild::TestCases::new();

t.pass("tests/ui/chain_extension/E-01-simple.rs");
}

0 comments on commit bc145f1

Please sign in to comment.