Skip to content

Commit

Permalink
dont; use removed option in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Mar 29, 2024
1 parent c87448a commit 070a169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-plugin/src/test/scala/cc/Test12.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down

0 comments on commit 070a169

Please sign in to comment.