github.com/gsquire/gb@v0.4.4-0.20161112235727-3982dc872064/testdata/src/cmd/f/main_test.go (about)

     1  package main
     2  
     3  import "testing"
     4  
     5  func TestX(t *testing.T) {
     6  	if X != 7 {
     7  		t.Fatal("X != 7")
     8  	}
     9  }