Minor testData: fixed -Xno-inline option at extraHelp.out

This commit is contained in:
Alexey Tsvetkov
2014-10-02 13:08:17 +04:00
committed by Zalim Bashorov
parent 48bd71e0b6
commit 436fc33e84
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
Usage: kotlinc-js <options> <source files>
where advanced options include:
-Xno-inline Disable method inlining
Advanced options are non-standard and may be changed or removed without any notice.
OK
+1 -1
View File
@@ -2,8 +2,8 @@ Usage: kotlinc-jvm <options> <source files>
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-inline Disable method inlining
-Xno-optimize Disable optimizations
-Xno-inline Disable method inlining
Advanced options are non-standard and may be changed or removed without any notice.
OK