Skip to content
Snippets Groups Projects
Commit 3d2dfa9d authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix cppclass test

parent da71823f
1 merge request!12Improve versatility and robustness of `cpptype`, and document it in the user guide
Pipeline #71983 passed with stages
in 3 minutes and 37 seconds
......@@ -117,4 +117,4 @@ def test_cppclass():
assert unbound.get_dtype() == MyClass.template(T="bogus")
ctor_expr = unbound.ctor(AugExpr(PsCustomType("bogus")).var("foo"))
assert str(ctor_expr) == r"mynamespace::MyClass< bogus >{foo}"
assert str(ctor_expr).strip() == r"mynamespace::MyClass< bogus >{foo}"
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