fix llgo test unit test
This commit is contained in:
9
cl/_testgo/runtest/foo/foo_test.go
Normal file
9
cl/_testgo/runtest/foo/foo_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestFoo(t *testing.T) {
|
||||
if Foo() != 1 {
|
||||
t.Fatal("Foo() != 1")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user