This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 59e14e1d6d4a21dbba2222963f9984dda9f15e18 Author: Daniel Sun <[email protected]> AuthorDate: Wed Sep 30 18:53:18 2020 +0800 Remove unused code for debugging --- src/test/groovy/bugs/Groovy9126.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/groovy/bugs/Groovy9126.groovy b/src/test/groovy/bugs/Groovy9126.groovy index c08dc9b..fb72f9c 100644 --- a/src/test/groovy/bugs/Groovy9126.groovy +++ b/src/test/groovy/bugs/Groovy9126.groovy @@ -90,8 +90,6 @@ final class Groovy9126 extends AbstractBytecodeTestCase { } ''') - println bytecode - assert bytecode.hasStrictSequence( ['public nonVoidMethod()Ljava/lang/Object;', 'L0',
