@@ -95,8 +95,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
9595 Op (RETURN ),
9696 Label (22 )
9797 )
98- assert(instructions == expected,
99- " `track` was not properly inlined in `main`\n " + diffInstructions(instructions, expected))
98+ assert(instructions == expected,
99+ " `track` was not properly inlined in `main`\n " + diffInstructions(instructions, expected))
100100
101101 }
102102 }
@@ -155,8 +155,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
155155 Op (RETURN ),
156156 Label (17 )
157157 )
158- assert(instructions == expected,
159- " `track` was not properly inlined in `main`\n " + diffInstructions(instructions, expected))
158+ assert(instructions == expected,
159+ " `track` was not properly inlined in `main`\n " + diffInstructions(instructions, expected))
160160
161161 }
162162 }
@@ -215,8 +215,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
215215 Op (RETURN ),
216216 Label (17 )
217217 )
218- assert(instructions == expected,
219- " `track` was not properly inlined in `main`\n " + diffInstructions(instructions, expected))
218+ assert(instructions == expected,
219+ " `track` was not properly inlined in `main`\n " + diffInstructions(instructions, expected))
220220
221221 }
222222 }
@@ -276,8 +276,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
276276 Op (RETURN ),
277277 Label (17 )
278278 )
279- assert(instructions == expected,
280- " `track` was not properly inlined in `main`\n " + diffInstructions(instructions, expected))
279+ assert(instructions == expected,
280+ " `track` was not properly inlined in `main`\n " + diffInstructions(instructions, expected))
281281
282282 }
283283 }
@@ -315,8 +315,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
315315 , VarOp (ILOAD , 1 )
316316 , Op (IRETURN )
317317 )
318- assert(instructions == expected,
319- " `f` was not properly inlined in `fun`\n " + diffInstructions(instructions, expected))
318+ assert(instructions == expected,
319+ " `f` was not properly inlined in `fun`\n " + diffInstructions(instructions, expected))
320320
321321 }
322322 }
0 commit comments