File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func TestIntegrationScripts(t *testing.T) {
77
77
cProgram := programOut {}
78
78
goProgram := programOut {}
79
79
80
- // create subfolders for test
80
+ // create sub folders for test
81
81
subFolder := buildFolder + separator + strings .Split (file , "." )[0 ] + separator
82
82
cPath := subFolder + cFileName
83
83
@@ -340,7 +340,7 @@ func TestStartPreprocess(t *testing.T) {
340
340
}
341
341
}
342
342
343
- func TestMultifileTranspilation (t * testing.T ) {
343
+ func TestMultiFileTranspilation (t * testing.T ) {
344
344
tcs := []struct {
345
345
source []string
346
346
expectedOutput string
@@ -396,7 +396,7 @@ func TestMultifileTranspilation(t *testing.T) {
396
396
}
397
397
}
398
398
399
- func TestTrigraph (t * testing.T ) {
399
+ func TestTriGraph (t * testing.T ) {
400
400
var args = DefaultProgramArgs ()
401
401
args .inputFiles = []string {"./tests/trigraph/main.c" }
402
402
dir , err := ioutil .TempDir ("" , "c2go_trigraph" )
You can’t perform that action at this time.
0 commit comments