blob: fdbe4f97e3cb759801789c0f71e72a768b7c1fb2 [file] [log] [blame]
package main
import "fmt"
// Very basic program for testing toolchain/install mocking gtest output.
func main() {
fmt.Println("[ PASSED ] 1 tests")
}