Files
2019-08-08 17:13:34 +08:00

13 lines
116 B
Go

package main
import (
"log"
"os"
"testing"
)
func TestNotInternal(t *testing.T) {
log.SetOutput(os.Stdout)
}