blob: b723bf062728f09350c47a319e555ae9ce87d4f2 [file] [log] [blame]
package test_main
import "testing"
var Updated bool
func TestShouldPass(t *testing.T) {
if !Updated {
t.Fail()
}
}