Fix broken test.

This commit is contained in:
Qi Xiao 2016-02-21 18:28:19 +00:00
parent b154de33ab
commit edc901b99f

View File

@ -260,10 +260,6 @@ func evalAndCollect(t *testing.T, texts []string, chsize int) ([]Value, []byte,
return outs, outBytes, ex
}
func init() {
PutInForeground = false
}
func TestEval(t *testing.T) {
for _, tt := range evalTests {
// fmt.Printf("eval %q\n", tt.text)