diff --git a/compiler/testData/cli/js/jsExtraHelp.out b/compiler/testData/cli/js/jsExtraHelp.out index c5870f3991c..c7fae46ff3c 100644 --- a/compiler/testData/cli/js/jsExtraHelp.out +++ b/compiler/testData/cli/js/jsExtraHelp.out @@ -1,5 +1,6 @@ Usage: kotlinc-js where advanced options include: + -Xno-inline Disable method inlining Advanced options are non-standard and may be changed or removed without any notice. OK \ No newline at end of file diff --git a/compiler/testData/cli/jvm/extraHelp.out b/compiler/testData/cli/jvm/extraHelp.out index f38fe8f7b3a..3900b605fe9 100644 --- a/compiler/testData/cli/jvm/extraHelp.out +++ b/compiler/testData/cli/jvm/extraHelp.out @@ -2,8 +2,8 @@ Usage: kotlinc-jvm 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 \ No newline at end of file