mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
af65c006e6
This was broken because multiple packages in the program were named 'main', even one that was imported (by the generated main package). This fixes tests for main packages.