Skip to content

Commit a4abc4d

Browse files
committed
make flaky and broken codecov CI happy again ...
1 parent d654073 commit a4abc4d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

crates/lang/macro/tests/compile_tests.rs

+1-16
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,17 @@
1313
// limitations under the License.
1414

1515
#[test]
16-
fn blake2x256_macro() {
16+
fn compile_tests() {
1717
let t = trybuild::TestCases::new();
1818

1919
t.pass("tests/ui/blake2b/pass/*.rs");
2020
t.compile_fail("tests/ui/blake2b/fail/*.rs");
21-
}
22-
23-
#[test]
24-
fn selector_id_macro() {
25-
let t = trybuild::TestCases::new();
2621

2722
t.pass("tests/ui/selector_id/pass/*.rs");
2823
t.compile_fail("tests/ui/selector_id/fail/*.rs");
29-
}
30-
31-
#[test]
32-
fn selector_bytes_macro() {
33-
let t = trybuild::TestCases::new();
3424

3525
t.pass("tests/ui/selector_bytes/pass/*.rs");
3626
t.compile_fail("tests/ui/selector_bytes/fail/*.rs");
37-
}
38-
39-
#[test]
40-
fn compile_tests() {
41-
let t = trybuild::TestCases::new();
4227

4328
t.pass("tests/ui/contract/pass/01-noop-contract.rs");
4429
t.pass("tests/ui/contract/pass/02-flipper-contract.rs");

0 commit comments

Comments
 (0)