Skip to content

Commit

Permalink
Merge pull request #10614 from som-snytt/issue/12914-old-recursion-tests
Browse files Browse the repository at this point in the history
Detune two tests from 2.7.3
  • Loading branch information
lrytz committed Nov 27, 2023
2 parents 53a427a + 8eca028 commit dc37650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/files/pos/comp-rec-test.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// scalac: -Yrecursion 1
// was: -Yrecursion 1
object Comp extends App {

trait Family {
Expand Down
2 changes: 1 addition & 1 deletion test/files/pos/proj-rec-test.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// scalac: -Yrecursion 1
// was: -Yrecursion 1
//
object ProjTest {
trait MInt { type Type }
Expand Down

0 comments on commit dc37650

Please sign in to comment.