Skip to content

Commit

Permalink
Remove duplicate class from testbench.
Browse files Browse the repository at this point in the history
Otherwise wrong constructor gets run on OS X without any flaw in nbind itself.
  • Loading branch information
jjrv committed Oct 25, 2016
1 parent 584aaf6 commit f1959ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Nullable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class Nullable {

#ifdef NBIND_CLASS

NBIND_CLASS(Coord) {}

NBIND_CLASS(Nullable) {
method(getCoord);
method(getNull);
Expand Down

0 comments on commit f1959ef

Please sign in to comment.