runtime: implement Goexit

This is needed for full support for the testing package
This commit is contained in:
Ayke van Laethem
2024-11-21 09:20:14 +01:00
committed by Ron Evans
parent 65b085a5d5
commit aed555d858
5 changed files with 53 additions and 14 deletions
+3
View File
@@ -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