diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ufuzz/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js index e6ee3fde..51e79ed6 100644 --- a/test/ufuzz/index.js +++ b/test/ufuzz/index.js @@ -1060,7 +1060,7 @@ function log(options) { errorln("//============================================================="); if (!ok) errorln("// !!!!!! Failed... round " + round); errorln("// original code"); - try_beautify(orig_code(options.compress.unsafe_math), options.toplevel, original_result, errorln); + try_beautify(orig_code(options.compress && options.compress.unsafe_math), options.toplevel, original_result, errorln); errorln(); errorln(); errorln("//-------------------------------------------------------------"); |