summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2009-03-24 11:40:56 +0000
committerDavid Beazley <dave@dabeaz.com>2009-03-24 11:40:56 +0000
commit4acb5e3bb054f402987a081f9b983168269bfc3f (patch)
treec8dba4bfe4da394c4a02c6ff9da787b7e0540554 /test
parentd0763821540fbcdd24013fd719a656aa620446d9 (diff)
downloadply-4acb5e3bb054f402987a081f9b983168269bfc3f.tar.gz
Whoops. Left a debugging statement in one test. Removed
Diffstat (limited to 'test')
-rw-r--r--test/testyacc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testyacc.py b/test/testyacc.py
index 2127d8b..cc53b6d 100644
--- a/test/testyacc.py
+++ b/test/testyacc.py
@@ -242,7 +242,6 @@ class YaccErrorWarningTests(unittest.TestCase):
def test_yacc_rr_unused(self):
run_import("yacc_rr_unused")
result = sys.stderr.getvalue()
- open("foo","w").write(result)
self.assert_(check_expected(result,
"no p_error() function is defined\n"
"Generating LALR tables\n"