aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_browser.py')
-rw-r--r--tests/test_browser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py
index e7139f6e..226eddee 100644
--- a/tests/test_browser.py
+++ b/tests/test_browser.py
@@ -1768,5 +1768,5 @@ Module["preRun"].push(function () {
self.btest('doublestart.c', args=['--pre-js', 'pre.js', '-o', 'test.html'], expected='1')
- def test_events(self):
- self.btest(path_from_root('tests', 'test_events.c'), expected='0')
+ def test_html5(self):
+ self.btest(path_from_root('tests', 'test_html5.c'), expected='0')