Failed

unix-32 / Tests-unix-32 / Unix32.OpalCompiler.Tests.Bytecode.OCBytecodeToASTCacheTest.testNodeForBCOffsetTest (from OpalCompiler-Tests)

Failing for the past 1 build (Since #334 )
Took 0.42 sec.

Error Message

Got 'helperMethod12  | i |  i := 5.  [ i=0 ] whileFalse: [ i := i - 1 ].' instead of 'i := i - 1'.

Stacktrace

TestFailure
Got 'helperMethod12
	| i |
	i := 5.
	[ i=0 ] whileFalse: [ i := i - 1 ].' instead of 'i := i - 1'.
OCBytecodeToASTCacheTest(TestAsserter)>>assert:description:resumable:
OCBytecodeToASTCacheTest(TestAsserter)>>assert:description:
OCBytecodeToASTCacheTest(TestAsserter)>>assert:equals:
OCBytecodeToASTCacheTest>>testNodeForBCOffsetTest
OCBytecodeToASTCacheTest(TestCase)>>performTest