Skip to content
Snippets Groups Projects
Commit 50ad3f25 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

test-bad-extension: account for PyPy/CPython error difference

parent ffb1ab1e
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,5 @@
*** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow
Traceback (most recent call last):
Exception: bit bucket overflow
could not import hgext.badext2 (No module named badext2): trying badext2
could not import hgext.badext2 (No module named *badext2): trying badext2 (glob)
Traceback (most recent call last):
......@@ -36,5 +36,5 @@
Traceback (most recent call last):
ImportError: No module named badext2
ImportError: No module named *badext2 (glob)
*** failed to import extension badext2: No module named badext2
Traceback (most recent call last):
ImportError: No module named badext2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment