Skip to content

Commit

Permalink
update other.test_exclude_file
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Jul 28, 2014
1 parent 77f8d39 commit 65eb97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ def test_exclude_file(self):

Popen([PYTHON, EMCC, os.path.join(self.get_dir(), 'main.cpp'), '--embed-file', 'tst', '--exclude-file', '*.exe']).communicate()
output = run_js(os.path.join(self.get_dir(), 'a.out.js'))
assert output == ''
assert output == '' or output == ' \n'

def test_multidynamic_link(self):
# Linking the same dynamic library in statically will error, normally, since we statically link it, causing dupe symbols
Expand Down

0 comments on commit 65eb97c

Please sign in to comment.