Duplicate tests that are run twice as both C and C++ tests to fix parallel make: empty

This commit is contained in:
William S Fulton 2016-02-21 12:51:07 +00:00
commit bc3bf51af2
7 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,6 @@
package main
import _ "./empty_c"
func main() {
}