From 0e0e2fffb97d39ff52e2d3c68a4d30c38c692630 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 20 Apr 2023 09:51:44 +1200 Subject: Clarify comment in _runme.go --- Examples/test-suite/go/argcargvtest_runme.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Examples') diff --git a/Examples/test-suite/go/argcargvtest_runme.go b/Examples/test-suite/go/argcargvtest_runme.go index 31c56b8c0..3da3d76dd 100644 --- a/Examples/test-suite/go/argcargvtest_runme.go +++ b/Examples/test-suite/go/argcargvtest_runme.go @@ -13,7 +13,10 @@ func main() { panic(rs) } -// wrap.Mainv("hello", 1) // Fail compilation!! +// For dynamically typed languages we test this throws an exception or similar +// at runtime, but for Go this doesn't even compile (but we can't easily +// test for that here). +// wrap.Mainv("hello", 1) wrap.InitializeApp(largs) } -- cgit v1.2.1