Commit cbf012ff authored by gsamain's avatar gsamain Committed by Xavier Thompson

Cpp: Amend error test cpp_no_constructor to reflect new logic in symtab for c++

parent 4b9ab699
......@@ -9,5 +9,5 @@ cdef extern from *:
new Foo(1, 2)
_ERRORS = u"""
9:7: Call with wrong number of arguments (expected 1, got 2)
9:7: Call with wrong number of arguments (expected 0, 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