Skip to content

Commit

Permalink
Add: Test cases for issue 129
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Van de Vyver <[email protected]>
  • Loading branch information
taqtiqa-mark committed Mar 25, 2022
1 parent 4360da3 commit fbf3a3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minitrace-macro/tests/expand/issues/129.expanded.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#[trace]
async fn empty_async() {}
#[trace]
fn empty_sync() {}
5 changes: 5 additions & 0 deletions minitrace-macro/tests/expand/issues/129.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#[trace]
async fn empty_async() {}

#[trace]
fn empty_sync() {}

0 comments on commit fbf3a3e

Please sign in to comment.