diff --git a/progtest/src/env.js b/progtest/src/env.js index 78a97ecc..8b6c9ec8 100644 --- a/progtest/src/env.js +++ b/progtest/src/env.js @@ -69,7 +69,7 @@ module.exports = { // XXX: work around issue with consts not being initialized ahead of // time (initialized during actual rating...!) - program.rater( {} ); + program.rater( {}, false ); return yaml => new Promise( ( resolve, reject ) => {