diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_arcs.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_arcs.py b/test/test_arcs.py index 937c2e79..ce550042 100644 --- a/test/test_arcs.py +++ b/test/test_arcs.py @@ -149,11 +149,11 @@ if sys.version_info >= (2, 6): def test_with(self): self.check_coverage("""\ - def example(): + def example(): with open("test", "w") as f: # exit - f.write("") - return 1 - + f.write("") + return 1 + example() """, arcz=".1 .2 23 34 4. 16 6." |