This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/analyzer/type-section_test.go

11 lines
210 B
Go
Raw Normal View History

2022-09-18 06:41:06 +00:00
package analyzer
import "testing"
func TestTypeSection (test *testing.T) {
checkTree ("../tests/analyzer/typeSection", false,
2022-09-29 22:25:56 +00:00
`typeSection ../tests/analyzer/typeSection.basicInt
2022-09-30 00:28:51 +00:00
type 1 basic Int
2022-09-18 06:41:06 +00:00
`, test)
}