Skip to content

Commit

Permalink
Flagging intentional error tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzed authored Jul 8, 2022
1 parent 90d664e commit e2c8872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/rapidLibTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ int main(int argc, const char * argv[])
assert(myKnn.run(inputVec)[0] == myKnnFromString.run(inputVec)[0]);
assert(myKnn.run(inputVec)[0] == myKnnFromFile.run(inputVec)[0]);

std::cout << "These errors are part of the test:" << std::endl;
try {
myKnn.run(emptyVec);
}
Expand Down

0 comments on commit e2c8872

Please sign in to comment.