diff options
Diffstat (limited to 'transform/globals_test.go')
-rw-r--r-- | transform/globals_test.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/transform/globals_test.go b/transform/globals_test.go deleted file mode 100644 index 1b6f243b8..000000000 --- a/transform/globals_test.go +++ /dev/null @@ -1,15 +0,0 @@ -package transform_test - -import ( - "testing" - - "github.com/tinygo-org/tinygo/transform" - "tinygo.org/x/go-llvm" -) - -func TestApplyFunctionSections(t *testing.T) { - t.Parallel() - testTransform(t, "testdata/globals-function-sections", func(mod llvm.Module) { - transform.ApplyFunctionSections(mod) - }) -} |