summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/async_result.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ops/optimizer_tests/async_result.rs')
-rw-r--r--ops/optimizer_tests/async_result.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/ops/optimizer_tests/async_result.rs b/ops/optimizer_tests/async_result.rs
deleted file mode 100644
index 54ac20d3c..000000000
--- a/ops/optimizer_tests/async_result.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-async fn op_async_result(
- state: Rc<RefCell<OpState>>,
- rid: ResourceId,
-) -> Result<u32, Error> {
- // @test-attr:fast
-}