blob: 4e70184ec8c12a766162bd1b4a15df58f1d1fe09 [file] [log] [blame]
// +build OMIT
package sample // OMIT
func TestSample(t *testing.T) { // OMIT
// Typical test code
if got, want := testTargetFunc(input), expectedValue; !checkTestResult(got, want) {
t.Errorf("testTargetFunc(%v) = %v; want %v", input, got, want)
}
} // OMIT