Skip to content

Commit 5a7706b

Browse files
committed
Disables DUMP_TPL
1 parent 44017d2 commit 5a7706b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlebars/base_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// cf. https://github.com/aymerick/go-fuzz-tests/raymond
14-
const DUMP_TPL = true
14+
const DUMP_TPL = false
1515

1616
var dump_tpl_nb = 0
1717

0 commit comments

Comments
 (0)