From 384588bb3600d03367f71a4223ad2c6b2173b017 Mon Sep 17 00:00:00 2001 From: Ruslan Shevchenko Date: Thu, 11 Jul 2024 16:39:36 +0300 Subject: [PATCH] disable set22 on scala-3.3.3 --- compiler-plugin/src/test/scala/cc/Test22cc.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler-plugin/src/test/scala/cc/Test22cc.scala b/compiler-plugin/src/test/scala/cc/Test22cc.scala index 0adecab0..8de8c4f1 100644 --- a/compiler-plugin/src/test/scala/cc/Test22cc.scala +++ b/compiler-plugin/src/test/scala/cc/Test22cc.scala @@ -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"