Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Feb 12, 2020
1 parent 1bb0b50 commit 89c90b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agraph_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ TEST_F(AGraphTest, stack_print) {
std::stringstream expected_str;
expected_str << "---full stack---\n"
"(0) <= X_0\n"
"(1) <= C_0 = 1.000000\n"
"(1) <= C\n"
"(2) <= (0) + (1)\n"
"(3) <= sin (2)\n"
"(4) <= (0) + (1)\n"
Expand Down

0 comments on commit 89c90b1

Please sign in to comment.