diff options
Diffstat (limited to 'tests/farm/annotate/run.py')
-rw-r--r-- | tests/farm/annotate/run.py | 2 |
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") |