@@ -95,8 +95,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
95
95
Op (RETURN ),
96
96
Label (22 )
97
97
)
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))
100
100
101
101
}
102
102
}
@@ -155,8 +155,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
155
155
Op (RETURN ),
156
156
Label (17 )
157
157
)
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))
160
160
161
161
}
162
162
}
@@ -215,8 +215,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
215
215
Op (RETURN ),
216
216
Label (17 )
217
217
)
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))
220
220
221
221
}
222
222
}
@@ -276,8 +276,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
276
276
Op (RETURN ),
277
277
Label (17 )
278
278
)
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))
281
281
282
282
}
283
283
}
@@ -315,8 +315,8 @@ class InlineBytecodeTests extends DottyBytecodeTest {
315
315
, VarOp (ILOAD , 1 )
316
316
, Op (IRETURN )
317
317
)
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))
320
320
321
321
}
322
322
}
0 commit comments