github.com/gsquire/gb@v0.4.4-0.20161112235727-3982dc872064/testdata/src/extest/q_test.go (about)

     1  package extest
     2  
     3  import "testing"
     4  
     5  func TestV(t *testing.T) {
     6  	if V != 0 {
     7  		t.Fatalf("V: got %v, expected 0", V)
     8  	}
     9  }