Skip to content

Commit 106fea7

Browse files
committed
caw.go => caw_test.go
1 parent ebfc52e commit 106fea7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

caw.go renamed to caw_test.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
package sc
22

3-
import "fmt"
4-
import "os"
5-
import "testing"
3+
import (
4+
"fmt"
5+
"os"
6+
"testing"
7+
)
68

79
func compareAndWrite(t *testing.T, name string, def *Synthdef) {
810
f, err := os.Create(fmt.Sprintf("%s.gosyndef", name))

0 commit comments

Comments
 (0)