Skip to content

Commit

Permalink
Add the macro type-print test to run-macros-scala2-library-tasty.blac…
Browse files Browse the repository at this point in the history
…klist (#21787)

Just noticed the ci issues. The actual changes in the .check files
concern `TypeRef(ThisType(TypeRef(NoPrefix(), "immutable")), "List")`
(read from byte code) being shown as
`TypeRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix(),
"<root>")), "scala"), "collection"), "immutable"), "List")` (read from
tasty), which is expected and also happens in the other excluded tests

[test_scala2_library_tasty]
  • Loading branch information
hamzaremmal authored Oct 17, 2024
2 parents 6d9ee4d + 7f70ed3 commit 59b67fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
tasty-extractors-1
tasty-extractors-2
tasty-extractors-types
type-print

0 comments on commit 59b67fc

Please sign in to comment.