Skip to content

Commit

Permalink
Deliberately inject an error
Browse files Browse the repository at this point in the history
  • Loading branch information
kosak committed Nov 29, 2023
1 parent b7f7e9b commit 45e93dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/client-ticking/src/pydeephaven_ticking/_core.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ cdef extern from *:
void assign_shared_ptr(std::shared_ptr<T1> &lhs, const std::shared_ptr<T2> &rhs) {
lhs = rhs;
}
break+++++++++fail++++++++++WRONG
"""
void assign_shared_ptr[T1, T2](shared_ptr[T1] &lhs, shared_ptr[T2] &rhs)

Expand Down

0 comments on commit 45e93dd

Please sign in to comment.