From 07bedc0378e7e5f1700ec213a7879f46e2be14ab Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Tue, 8 Sep 2015 10:49:02 +0300 Subject: [PATCH] fix CLI help test --- compiler/testData/cli/jvm/extraHelp.out | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/cli/jvm/extraHelp.out b/compiler/testData/cli/jvm/extraHelp.out index 5bc3a7a881d..b9be78ed962 100644 --- a/compiler/testData/cli/jvm/extraHelp.out +++ b/compiler/testData/cli/jvm/extraHelp.out @@ -3,6 +3,7 @@ where advanced options include: -Xno-call-assertions Don't generate not-null assertion after each invocation of method returning not-null -Xno-param-assertions Don't generate not-null assertions on parameters of methods accessible from Java -Xno-optimize Disable optimizations + -Xmultifile-package-facadesCompile package facade classes as multifile classes -Xreport-perf Report detailed performance statistics -Xno-inline Disable method inlining -Xrepeat Repeat compilation (for performance analysis)