tests/test-fastannotate-revmap.py
changeset 44452 9d2b2df2c2ba
parent 43076 2372284d9457
child 48875 6000f5b25c9b
--- a/tests/test-fastannotate-revmap.py	Fri Mar 06 10:52:44 2020 +0100
+++ b/tests/test-fastannotate-revmap.py	Fri Mar 06 13:27:41 2020 -0500
@@ -165,7 +165,7 @@
     rm2.flush()
 
     # two files should be the same
-    ensure(len(set(util.readfile(p) for p in [path, path2])) == 1)
+    ensure(len({util.readfile(p) for p in [path, path2]}) == 1)
 
     os.unlink(path)
     os.unlink(path2)