Skip to content

Commit

Permalink
Use latest version of bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyer committed Aug 4, 2024
1 parent 310f8bb commit fbf2943
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "test/bandit"]
path = test/bandit
url = https://github.com/joakimkarlsson/bandit.git
url = https://github.com/banditcpp/bandit.git
2 changes: 1 addition & 1 deletion test/bandit
Submodule bandit updated 174 files
4 changes: 3 additions & 1 deletion test/tests.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include "tests.h"

#include <bandit/assertion_frameworks/snowhouse/snowhouse.h>
#include <commonsat/commonsat.h>
#include <bandit/bandit.h>

using namespace snowhouse;

void test_satisfiable(commonsat::SolverInterface &solver)
{
Expand Down

0 comments on commit fbf2943

Please sign in to comment.