From 070a16955773c26f7b5dba437756fcbd9b08d2ae Mon Sep 17 00:00:00 2001 From: Ruslan Shevchenko Date: Fri, 29 Mar 2024 14:07:47 +0200 Subject: [PATCH] dont; use removed option in test --- compiler-plugin/src/test/scala/cc/Test12.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-plugin/src/test/scala/cc/Test12.scala b/compiler-plugin/src/test/scala/cc/Test12.scala index 37346acd..bf54b11f 100644 --- a/compiler-plugin/src/test/scala/cc/Test12.scala +++ b/compiler-plugin/src/test/scala/cc/Test12.scala @@ -27,7 +27,7 @@ class Test12 { @Test def testCompileAndRunM2(): Unit = - val dotcArgs = DotcInvocationArgs(extraDotcArgs = List("-P:rssh.cps:withShiftReplace")) + val dotcArgs = DotcInvocationArgs() DotcInvocations.checkRuns(selection = (".*".r),dotcArgs = dotcArgs)( TestRun("testdata/set12/m2", "cpstest.Test12m2", "prefixmyurl\n") )