Skip to content

Commit 59b67fc

Browse files
authored
Add the macro type-print test to run-macros-scala2-library-tasty.blacklist (#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]
2 parents 6d9ee4d + 7f70ed3 commit 59b67fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/test/dotc/run-macros-scala2-library-tasty.blacklist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
tasty-extractors-1
33
tasty-extractors-2
44
tasty-extractors-types
5+
type-print

0 commit comments

Comments
 (0)