Skip to content

Commit

Permalink
Booleans are hard mkay
Browse files Browse the repository at this point in the history
  • Loading branch information
TricksterGuy committed Mar 3, 2018
1 parent 5efd774 commit ea71560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions complx/ComplxFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ void ComplxFrame::OnSetupTest(wxCommandEvent& event)
try
{
std::stringstream input;
lc3_init_test_case(state, reload_options.file, test, -1, true);
lc3_init_test_case(state, reload_options.file, test, -1, false);
lc3_setup_test_case(state, test, input);
console->SetInput(input.str());
reload_options.tests = filename;
Expand Down Expand Up @@ -1149,7 +1149,7 @@ void ComplxFrame::OnSwitchTest(wxCommandEvent& event)
try
{
std::stringstream input;
lc3_init_test_case(state, reload_options.file, test, -1, true);
lc3_init_test_case(state, reload_options.file, test, -1, false);
lc3_setup_test_case(state, test, input);
console->SetInput(input.str());
reload_options.tests = filename;
Expand Down

0 comments on commit ea71560

Please sign in to comment.