Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun571 committed May 21, 2024
1 parent bf841fb commit c7a7d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_interpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,6 @@ TEST_SUITE("xotions")
} catch (const std::exception& e) {
exceptionThrown = true;
}
CHECK(exceptionThrown);
REQUIRE(exceptionThrown);
}
}

0 comments on commit c7a7d39

Please sign in to comment.