Dont include stack trace test in valgrind.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "../src/Exception.hpp"
|
||||
using namespace ArbUt;
|
||||
|
||||
TEST_CASE("Throw exception, get stack trace") {
|
||||
TEST_CASE("Throw exception get stack trace") {
|
||||
try {
|
||||
throw ArbUt::Exception("foobar");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user