Skip to content

Commit

Permalink
disable set22 on scala-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Jul 11, 2024
1 parent 27a1ddd commit 384588b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler-plugin/src/test/scala/cc/Test22cc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class Test22cc {
}

@Test
//@Ignore // In process now
@Ignore // shpuld be disabled for scala-3.3.x
// (needs -experimental option which is available starting from 3.4.0)
def testCompileJSAsyncWithInternalCpsAsync() = {

val inDir = "testdata/set22cc/m2"
Expand Down

0 comments on commit 384588b

Please sign in to comment.