diff options
| author | Matthew Tran <[email protected]> | 2025-03-29 02:45:38 -0500 |
|---|---|---|
| committer | Matthew Tran <[email protected]> | 2025-03-29 02:46:32 -0500 |
| commit | c72e2c5d100fd42acdd3a39f6250c112c2a37495 (patch) | |
| tree | 68b18844ba85998c88614f38c49a6d93a0801054 /embassy-executor/tests/ui.rs | |
| parent | 954d1554d4c04a245adadb5ebd97205d1442635e (diff) | |
Add test
Diffstat (limited to 'embassy-executor/tests/ui.rs')
| -rw-r--r-- | embassy-executor/tests/ui.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/tests/ui.rs b/embassy-executor/tests/ui.rs index be4679485..278a4b903 100644 --- a/embassy-executor/tests/ui.rs +++ b/embassy-executor/tests/ui.rs | |||
| @@ -19,5 +19,6 @@ fn ui() { | |||
| 19 | t.compile_fail("tests/ui/not_async.rs"); | 19 | t.compile_fail("tests/ui/not_async.rs"); |
| 20 | t.compile_fail("tests/ui/self_ref.rs"); | 20 | t.compile_fail("tests/ui/self_ref.rs"); |
| 21 | t.compile_fail("tests/ui/self.rs"); | 21 | t.compile_fail("tests/ui/self.rs"); |
| 22 | t.compile_fail("tests/ui/type_error.rs"); | ||
| 22 | t.compile_fail("tests/ui/where_clause.rs"); | 23 | t.compile_fail("tests/ui/where_clause.rs"); |
| 23 | } | 24 | } |
