mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
tests: Fix few tests which depend on order of elements in set.
This commit is contained in:
@@ -1 +1 @@
|
||||
print({1}.union({2}))
|
||||
print(sorted({1}.union({2})))
|
||||
|
||||
Reference in New Issue
Block a user