Skip to content

Commit

Permalink
remove -Vprint outpt fro Example1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Dec 17, 2023
1 parent ec8d49d commit 6f5b891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-plugin/src/test/scala/cc/TestExample1.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TestExample1 {
val reporter = dotcInvocations.compileFilesInDir(
"testdata/set1/src/cpstest",
"testdata/set1/target",
List("-Vprint:rssh.cps")
List.empty //List("-Vprint:rssh.cps")
)

println("summary: " + reporter.summary)
Expand Down

0 comments on commit 6f5b891

Please sign in to comment.