73a9ceccfb
This (partially) reverts commit dfdb1f2680
12 lines
155 B
Go
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()
|
|
}
|