From 110706f74dd4c595d4f12f2c3bf1ac0903471832 Mon Sep 17 00:00:00 2001 From: Ruslan Shevchenko Date: Sun, 14 Apr 2024 14:43:44 +0300 Subject: [PATCH] removed extra debug output --- compiler-plugin/src/test/scala/cc/Test18Loom.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-plugin/src/test/scala/cc/Test18Loom.scala b/compiler-plugin/src/test/scala/cc/Test18Loom.scala index 5fae5d2d..23821366 100644 --- a/compiler-plugin/src/test/scala/cc/Test18Loom.scala +++ b/compiler-plugin/src/test/scala/cc/Test18Loom.scala @@ -40,7 +40,7 @@ class Test18Loom { compileAndRunTestAfterCommon("testdata/set18loom/m3", "cpsloomtest.TestPME", DotcInvocationArgs(checkAll = true, extraDotcArgs = List( - "-Vprint:rssh.cps" + // "-Vprint:rssh.cps" ) ) )