Skip to content

Commit

Permalink
Fix the broken test again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Sep 16, 2020
1 parent e33f5cb commit b063d44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unit_tests/signals/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ TEST_CASE("printf", "[signals][text]")
do_text(ctx, value("(error)"));
}
alia_end
#else
do_text(ctx, value("(error)"));
#endif
};

Expand Down

0 comments on commit b063d44

Please sign in to comment.