From 306aa47170fd59369b7a184924e287dc3706d64d Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 23 Jan 2023 20:05:47 +0100 Subject: Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) --- tests/tests.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/tests.rs (limited to 'tests/tests.rs') diff --git a/tests/tests.rs b/tests/tests.rs deleted file mode 100644 index 9fb88a1..0000000 --- a/tests/tests.rs +++ /dev/null @@ -1,7 +0,0 @@ -use trybuild::TestCases; - -#[test] -fn ui() { - let t = TestCases::new(); - t.compile_fail("ui/*.rs"); -} -- cgit v1.2.3