1
hermetic_cc_toolchain/test/gorace/main_test.go
Motiejus Jakštys 73a9ceccfb
revert "Re-license portions of the code to Apache 2.0" (#35)
This (partially) reverts commit dfdb1f2680
2023-04-19 20:23:25 -04:00

12 lines
155 B
Go

// Copyright 2023 Uber Technologies, Inc.
// Licensed under the MIT License
package main
import "testing"
func TestFoo(t *testing.T) {
_ = t
main()
}