Skip to content

Commit 36f7810

Browse files
committed
Change expected ordering of typeMembers in an older testcase
1 parent fe6cfc6 commit 36f7810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-macros/i14902.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
List(X)
2-
List(X, Y, Z)
2+
List(Y, Z, X)
33
List(X)
44
List(Y, Z)

0 commit comments

Comments
 (0)