diff options
Diffstat (limited to 'test/farm/annotate/run.py')
-rw-r--r-- | test/farm/annotate/run.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/farm/annotate/run.py b/test/farm/annotate/run.py deleted file mode 100644 index c645f21c..00000000 --- a/test/farm/annotate/run.py +++ /dev/null @@ -1,7 +0,0 @@ -copy("src", "out") -run(""" - coverage -e -x white.py - coverage -a white.py - """, rundir="out") -compare("out", "gold", "*,cover") -clean("out") |