diff options
Diffstat (limited to 'src/pkg/exp/eval/expr_test.go')
-rw-r--r-- | src/pkg/exp/eval/expr_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/exp/eval/expr_test.go b/src/pkg/exp/eval/expr_test.go index 4d3e2776a..5cfbc8232 100644 --- a/src/pkg/exp/eval/expr_test.go +++ b/src/pkg/exp/eval/expr_test.go @@ -5,8 +5,8 @@ package eval import ( - "bignum"; - "testing"; + "bignum" + "testing" ) var undefined = "undefined" @@ -340,4 +340,4 @@ var exprTests = []test{ CErr("fn==oneTwo", opTypes), } -func TestExpr(t *testing.T) { runTests(t, "exprTests", exprTests) } +func TestExpr(t *testing.T) { runTests(t, "exprTests", exprTests) } |