Fix import error in tests

This commit is contained in:
Zachary Yedidia
2016-08-28 13:45:38 -04:00
parent 56224c9184
commit 8cef0abf6a

View File

@@ -1,9 +1,6 @@
package main
import (
"fmt"
"testing"
)
import "testing"
func TestNumOccurences(t *testing.T) {
var tests = []struct {