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/data-section_test.go

10 lines
142 B
Go
Raw Normal View History

2022-10-16 06:53:37 +00:00
package analyzer
import "testing"
func TestDataSection (test *testing.T) {
checkTree ("../tests/analyzer/dataSection", false,
`
`, test)
}