Skip to content

Commit

Permalink
Update stacktrace in test i19842 (!)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovel committed Oct 25, 2024
1 parent 8c91e97 commit bb464ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/neg-macros/i19842-a.check
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
|Parents in tree: [trait Serializer]
|
| at scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8)
| at dotty.tools.dotc.transform.TreeChecker$.checkParents(TreeChecker.scala:213)
| at dotty.tools.dotc.transform.TreeChecker$.checkParents(TreeChecker.scala:210)
| at scala.quoted.runtime.impl.QuotesImpl$reflect$ClassDef$.module(QuotesImpl.scala:257)
| at scala.quoted.runtime.impl.QuotesImpl$reflect$ClassDef$.module(QuotesImpl.scala:256)
| at Macros$.makeSerializer(Macro.scala:25)
Expand Down
2 changes: 1 addition & 1 deletion tests/neg-macros/i19842-b.check
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
|Parents in tree: [class Object, trait Serializer, trait Foo]
|
| at scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8)
| at dotty.tools.dotc.transform.TreeChecker$.checkParents(TreeChecker.scala:213)
| at dotty.tools.dotc.transform.TreeChecker$.checkParents(TreeChecker.scala:210)
| at scala.quoted.runtime.impl.QuotesImpl$reflect$ClassDef$.module(QuotesImpl.scala:257)
| at scala.quoted.runtime.impl.QuotesImpl$reflect$ClassDef$.module(QuotesImpl.scala:256)
| at Macros$.makeSerializer(Macro.scala:27)
Expand Down

0 comments on commit bb464ad

Please sign in to comment.