You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-...

13 lines
367 B

diff --git a/tests/test-syntax-error.py b/tests/test-syntax-error.py
index ab14deb..78fc0ed 100644
--- a/tests/test-syntax-error.py
+++ b/tests/test-syntax-error.py
@@ -9,7 +9,3 @@ import traceback
def test_syntax_error(cx):
t.raises(t.JSError, cx.execute, "function(asdf;")
-@t.cx()
-def test_invalid_octal(cx):
- t.raises(t.JSError, cx.execute, "09;")
-