diff options
Diffstat (limited to 'embassy-executor/tests/ui.rs')
| -rw-r--r-- | embassy-executor/tests/ui.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-executor/tests/ui.rs b/embassy-executor/tests/ui.rs index 8b83cd368..5486a0624 100644 --- a/embassy-executor/tests/ui.rs +++ b/embassy-executor/tests/ui.rs | |||
| @@ -32,5 +32,7 @@ fn ui() { | |||
| 32 | t.compile_fail("tests/ui/self.rs"); | 32 | t.compile_fail("tests/ui/self.rs"); |
| 33 | t.compile_fail("tests/ui/type_error.rs"); | 33 | t.compile_fail("tests/ui/type_error.rs"); |
| 34 | t.compile_fail("tests/ui/where_clause.rs"); | 34 | t.compile_fail("tests/ui/where_clause.rs"); |
| 35 | t.compile_fail("tests/ui/unsafe_op_in_unsafe_task.rs"); | ||
| 36 | |||
| 35 | t.pass("tests/ui/task_safety_attribute.rs"); | 37 | t.pass("tests/ui/task_safety_attribute.rs"); |
| 36 | } | 38 | } |
