Skip to content

Commit c04f53e

Browse files
committed
Disable inline bytecode test
1 parent af749cf commit c04f53e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compiler/test/dotty/tools/backend/jvm/InlineBytecodeTests.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ class InlineBytecodeTests extends DottyBytecodeTest {
7373
}
7474
}
7575

76-
@Test def inlineLocally = {
76+
/** Disabled since locally comes from Predef now
77+
@Test
78+
def inlineLocally = {
7779
val source =
7880
"""
7981
|class Foo {
@@ -103,6 +105,7 @@ class InlineBytecodeTests extends DottyBytecodeTest {
103105
diffInstructions(instructions1, instructions2))
104106
}
105107
}
108+
*/
106109

107110
@Test def i4947 = {
108111
val source = """class Foo {

0 commit comments

Comments
 (0)