mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
cgo: Add LDFlags support
This commit is contained in:
@@ -20,10 +20,10 @@ import (
|
||||
type common struct {
|
||||
output io.Writer
|
||||
|
||||
failed bool // Test or benchmark has failed.
|
||||
skipped bool // Test of benchmark has been skipped.
|
||||
finished bool // Test function has completed.
|
||||
name string // Name of test or benchmark.
|
||||
failed bool // Test or benchmark has failed.
|
||||
skipped bool // Test of benchmark has been skipped.
|
||||
finished bool // Test function has completed.
|
||||
name string // Name of test or benchmark.
|
||||
}
|
||||
|
||||
// TB is the interface common to T and B.
|
||||
|
||||
Reference in New Issue
Block a user