Skip to content

Commit

Permalink
Remove a generated file from test_other.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Apr 10, 2015
1 parent a657e8c commit a94c634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_other.py
Expand Up @@ -2495,6 +2495,7 @@ def test_module_exports_with_closure(self):
# Tidy up files that might have been created by this test.
try_delete(path_from_root('tests', 'Module-exports', 'test.js'))
try_delete(path_from_root('tests', 'Module-exports', 'test.js.map'))
try_delete(path_from_root('tests', 'Module-exports', 'test.js.mem'))

def test_fs_stream_proto(self):
open('src.cpp', 'wb').write(r'''
Expand Down

0 comments on commit a94c634

Please sign in to comment.