Skip to content

Commit

Permalink
Enable a previously disabled test in register_constructor.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
poletti-marco committed Aug 19, 2014
1 parent 80cfec6 commit 0daa720
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/register_constructor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ fruit::Component<X, X1, X2, Y, Y1, Y2> getComponent() {
.registerProvider([](){return Y1();})
.registerProvider([](){return new X2();})
.registerProvider([](){return new Y2();})
/*.registerFactory<Z2()>([](){return new Z2();})*/
;
.registerProvider([](){return new Z2();});
}

template <typename T>
Expand Down

0 comments on commit 0daa720

Please sign in to comment.