Skip to content

Commit b809e57

Browse files
authored
coding conventions and spelling fixes. (#881)
TestTrigraph -> TestTriGraph TestMultifileTranspilation -> TestMultiFileTranspilation subfolders -> sub folders
1 parent 5836250 commit b809e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func TestIntegrationScripts(t *testing.T) {
7777
cProgram := programOut{}
7878
goProgram := programOut{}
7979

80-
// create subfolders for test
80+
// create sub folders for test
8181
subFolder := buildFolder + separator + strings.Split(file, ".")[0] + separator
8282
cPath := subFolder + cFileName
8383

@@ -340,7 +340,7 @@ func TestStartPreprocess(t *testing.T) {
340340
}
341341
}
342342

343-
func TestMultifileTranspilation(t *testing.T) {
343+
func TestMultiFileTranspilation(t *testing.T) {
344344
tcs := []struct {
345345
source []string
346346
expectedOutput string
@@ -396,7 +396,7 @@ func TestMultifileTranspilation(t *testing.T) {
396396
}
397397
}
398398

399-
func TestTrigraph(t *testing.T) {
399+
func TestTriGraph(t *testing.T) {
400400
var args = DefaultProgramArgs()
401401
args.inputFiles = []string{"./tests/trigraph/main.c"}
402402
dir, err := ioutil.TempDir("", "c2go_trigraph")

0 commit comments

Comments
 (0)