mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
runtime: implement Goexit
This is needed for full support for the testing package
This commit is contained in:
committed by
Ron Evans
parent
65b085a5d5
commit
aed555d858
Vendored
+3
@@ -27,3 +27,6 @@ recovered: panic 2
|
||||
# defer panic
|
||||
defer panic
|
||||
recovered from deferred call: deferred panic
|
||||
|
||||
# runtime.Goexit
|
||||
Goexit deferred function, recover is nil: true
|
||||
|
||||
Reference in New Issue
Block a user