blob: d2e919838fb571404999ae2c71ddeb5e6766bd6a [file] [log] [blame]
package pkg
import (
"os"
"testing"
)
func TestBuilt(t *testing.T) {
os.Stdout.Write([]byte("A normal test was executed.\n"))
}