summaryrefslogtreecommitdiff
path: root/tests/farm/annotate/run.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-10 11:16:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-11 16:45:33 -0500
commit116f2f6b5a47eb2380c22f242327a7169a10ea7a (patch)
treeaa3c5f884e4f7ed9129e0519555b46b09bc51cd9 /tests/farm/annotate/run.py
parent595166ea38b970d652d10e1c6a91a09180ecd84a (diff)
downloadpython-coveragepy-git-116f2f6b5a47eb2380c22f242327a7169a10ea7a.tar.gz
Comparison is not symmetric, it's expected vs actual
Diffstat (limited to 'tests/farm/annotate/run.py')
-rw-r--r--tests/farm/annotate/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/farm/annotate/run.py b/tests/farm/annotate/run.py
index 6c98a770..6a985d5e 100644
--- a/tests/farm/annotate/run.py
+++ b/tests/farm/annotate/run.py
@@ -6,5 +6,5 @@ run("""
coverage run white.py
coverage annotate white.py
""", rundir="out")
-compare("out", "gold", "*,cover")
+compare("gold", "out", "*,cover")
clean("out")