summaryrefslogtreecommitdiff
path: root/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch')
-rw-r--r--dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch b/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch
deleted file mode 100644
index fca5fdd3d79c..000000000000
--- a/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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;")
--