Dont include stack trace test in valgrind.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-08-15 14:05:22 +02:00
parent 1dee4cd4a8
commit 002902eed9
2 changed files with 2 additions and 2 deletions

View File

@@ -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");
}