aboutsummaryrefslogtreecommitdiff
path: root/test/src/jdk/nashorn/internal/codegen/CompilerTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/jdk/nashorn/internal/codegen/CompilerTest.java')
-rw-r--r--test/src/jdk/nashorn/internal/codegen/CompilerTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/jdk/nashorn/internal/codegen/CompilerTest.java b/test/src/jdk/nashorn/internal/codegen/CompilerTest.java
index 9eb801fd..dadeb15f 100644
--- a/test/src/jdk/nashorn/internal/codegen/CompilerTest.java
+++ b/test/src/jdk/nashorn/internal/codegen/CompilerTest.java
@@ -72,6 +72,7 @@ public class CompilerTest {
options.set("print.parse", true);
options.set("scripting", true);
options.set("const.as.var", true);
+ options.set("verify.code", true);
final ErrorManager errors = new ErrorManager() {
@Override