diff options
Diffstat (limited to 'ops/optimizer_tests/async_result.rs')
-rw-r--r-- | ops/optimizer_tests/async_result.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ops/optimizer_tests/async_result.rs b/ops/optimizer_tests/async_result.rs index c1602ec49..54ac20d3c 100644 --- a/ops/optimizer_tests/async_result.rs +++ b/ops/optimizer_tests/async_result.rs @@ -1,7 +1,6 @@ -async fn op_read( +async fn op_async_result( state: Rc<RefCell<OpState>>, rid: ResourceId, - buf: &mut [u8], ) -> Result<u32, Error> { // @test-attr:fast } |