workaround.gno
0.38 Kb ยท 7 lines
1package test
2
3// This package exists solely to circumvent a limitation associated with the
4// suffixed test package (a test package sharing the same folder as the main
5// package to be tested but having the suffix _test in its name).
6// Currently, the GnoVM no longer differentiates between the dependencies of a
7// package and its test package, which causes circular dependencies issues.