diff options
Diffstat (limited to 'ops/optimizer_tests/async_nop.rs')
-rw-r--r-- | ops/optimizer_tests/async_nop.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/optimizer_tests/async_nop.rs b/ops/optimizer_tests/async_nop.rs new file mode 100644 index 000000000..95a1522f1 --- /dev/null +++ b/ops/optimizer_tests/async_nop.rs @@ -0,0 +1,3 @@ +async fn op_void_async() { + // @test-attr:fast +} |