diff --git a/helpers_test.go b/helpers_test.go index 74fe464..4589013 100644 --- a/helpers_test.go +++ b/helpers_test.go @@ -45,7 +45,6 @@ func TestEvalStringA(t *testing.T) { t.Errorf("Source %q got %v, want %v", source, gotResult, wantResult) t.Errorf("Error: %v", gotErr) } - fmt.Println("Hello World!") } func TestEvalString(t *testing.T) { @@ -76,5 +75,4 @@ func TestEvalString(t *testing.T) { t.Errorf("Source %q got %v, want %v", source, gotResult, wantResult) t.Errorf("Error: %v", gotErr) } - fmt.Println("Hello World!") }