mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
transform: move tests to transform_test package
This allows for adding more advanced tests, for example tests that use the compiler package so that test sources can be written in Go instead of LLVM IR.
This commit is contained in:
committed by
Ron Evans
parent
25f3adb47e
commit
404b65941a
@@ -1,4 +1,4 @@
|
||||
package transform
|
||||
package transform_test
|
||||
|
||||
// This file defines some helper functions for testing transforms.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user