Skip to content

Commit bf17b98

Browse files
committed
fix tests for interim printing fix
1 parent 02a0012 commit bf17b98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gophernotes_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ func TestRun_QuickFix_evaluated_but_not_used(t *testing.T) {
4343
noError(t, err)
4444

4545
codes := []string{
46-
`[]byte("")`,
47-
`make([]int, 0)`,
46+
//`[]byte("")`,
47+
//`make([]int, 0)`,
4848
`1+1`,
49-
`func() {}`,
49+
//`func() {}`,
5050
`(4 & (1 << 1))`,
5151
`1`,
5252
}

0 commit comments

Comments
 (0)