Skip to content

Commit

Permalink
Fix printint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperFKorban committed Oct 9, 2024
1 parent 5a73a68 commit a1a32d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/printing/transformed/lazy-vals-legacy.check
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[syntax trees at end of MegaPhase{dropOuterAccessors, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}]] // tests/printing/transformed/lazy-vals-legacy.scala
[[syntax trees at end of MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}]] // tests/printing/transformed/lazy-vals-legacy.scala
package <empty> {
@SourceFile("tests/printing/transformed/lazy-vals-legacy.scala") final module
class A extends Object {
Expand Down
2 changes: 1 addition & 1 deletion tests/printing/transformed/lazy-vals-new.check
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[syntax trees at end of MegaPhase{dropOuterAccessors, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}]] // tests/printing/transformed/lazy-vals-new.scala
[[syntax trees at end of MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}]] // tests/printing/transformed/lazy-vals-new.scala
package <empty> {
@SourceFile("tests/printing/transformed/lazy-vals-new.scala") final module
class A extends Object {
Expand Down

0 comments on commit a1a32d1

Please sign in to comment.