about summary refs log tree commit diff
path: root/tests/ui/async-await/async-drop/async-drop-glue-array.run.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-drop/async-drop-glue-array.run.stdout')
-rw-r--r--tests/ui/async-await/async-drop/async-drop-glue-array.run.stdout12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/ui/async-await/async-drop/async-drop-glue-array.run.stdout b/tests/ui/async-await/async-drop/async-drop-glue-array.run.stdout
new file mode 100644
index 00000000000..56b61103cc4
--- /dev/null
+++ b/tests/ui/async-await/async-drop/async-drop-glue-array.run.stdout
@@ -0,0 +1,12 @@
+Foo::new() : 7
+Foo::drop() : 7
+Middle
+Foo::new() : 10
+Foo::new() : 11
+Foo::new() : 12
+Foo::new() : 13
+Foo::async drop() : 10
+Foo::async drop() : 11
+Foo::async drop() : 12
+Foo::async drop() : 13
+Done