Duplicate tests that are run twice as both C and C++ tests to fix parallel make: empty
This commit is contained in:
parent
611bbe7ddf
commit
bc3bf51af2
7 changed files with 15 additions and 1 deletions
6
Examples/test-suite/go/empty_c_runme.go
Normal file
6
Examples/test-suite/go/empty_c_runme.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package main
|
||||
|
||||
import _ "./empty_c"
|
||||
|
||||
func main() {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue