8 lines
145 B
C++
8 lines
145 B
C++
|
#include "utils/assert.hpp"
|
||
|
|
||
|
auto main() -> int
|
||
|
{
|
||
|
permanent_assert(false, "TODO: implement memgraph bolt integration test");
|
||
|
return 0;
|
||
|
}
|