diff options
| author | Damien George | 2014-04-07 00:54:53 +0100 |
|---|---|---|
| committer | Damien George | 2014-04-07 00:54:53 +0100 |
| commit | 3bb8663282fd41704c2e06de17138dae605aeacd (patch) | |
| tree | a1bc856af40813a139bb0af4623e2261b52cc68f /tests | |
| parent | c75427baaa9f455497c46f754d6f4e8c594fb897 (diff) | |
| parent | bd6f3d31d2a78bbcfeabcf9f358797020de9b93e (diff) | |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basics/set_union.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/set_union.py b/tests/basics/set_union.py index 2adcc972c..572d12f66 100644 --- a/tests/basics/set_union.py +++ b/tests/basics/set_union.py @@ -1 +1 @@ -print({1}.union({2})) +print(sorted({1}.union({2}))) |
