mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 13:03:39 +00:00
fix: fixes tinygo test ./... syntax.
This commit is contained in:
committed by
Ron Evans
parent
1b2e764835
commit
a07287d3c6
@@ -109,7 +109,7 @@ func TestCompiler(t *testing.T) {
|
||||
defer machine.Dispose()
|
||||
|
||||
// Load entire program AST into memory.
|
||||
lprogram, err := loader.Load(config, []string{"./testdata/" + tc.file}, config.ClangHeaders, types.Config{
|
||||
lprogram, err := loader.Load(config, "./testdata/"+tc.file, config.ClangHeaders, types.Config{
|
||||
Sizes: Sizes(machine),
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user