warning_test.go 98 B

1234567
  1. // +build !test
  2. package topotest
  3. func init() {
  4. panic("please rerun go test with -tags test")
  5. }