Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Veronica Zheng committed Oct 14, 2015
1 parent 64900c9 commit d3a12aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autowiring/auto_signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ namespace autowiring {
try {
SignalUnsafe(std::forward<FnArgs>(args)...);
} catch(...) {}
break;
return;
}

switch (state) {
Expand Down

0 comments on commit d3a12aa

Please sign in to comment.