diff options
Diffstat (limited to 'tests/ui/async-await/async-drop/async-drop-box.run.stdout')
| -rw-r--r-- | tests/ui/async-await/async-drop/async-drop-box.run.stdout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ui/async-await/async-drop/async-drop-box.run.stdout b/tests/ui/async-await/async-drop/async-drop-box.run.stdout new file mode 100644 index 00000000000..a2dab2ba992 --- /dev/null +++ b/tests/ui/async-await/async-drop/async-drop-box.run.stdout @@ -0,0 +1,6 @@ +Foo::new() : 7 +Foo::drop() : 7 +Middle +Foo::new() : 10 +Foo::drop() : 10 +Done |
