mirror of
https://github.com/Crocmagnon/go-binary-size.git
synced 2024-11-10 02:13:58 +01:00
13 lines
180 B
Go
13 lines
180 B
Go
package a_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/loopfz/gadgeto/tonic"
|
|
)
|
|
|
|
func TestSomethingExternal(t *testing.T) {
|
|
if tonic.DefaultBindingHook == nil {
|
|
t.Error("uh oh")
|
|
}
|
|
}
|