Commit 4dd15777 authored by Mark Florisson's avatar Mark Florisson

Fix error message in error test

parent 7bf27853
......@@ -9,5 +9,5 @@ cdef extern from *:
new Foo(1, 2)
_ERRORS = u"""
9:7: no suitable method found
9:7: Call with wrong number of arguments (expected 1, got 2)
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment