From 3b0d1d11b9cac404d6ff48c9dfd7ba38b587ed0e Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 7 Jul 2005 14:50:12 +0000 Subject: [PATCH] Include tests.h -- this makes sure we don't produce a stack backtrace that may confuse the testers. git-svn-id: https://svn.dealii.org/trunk@11096 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/slice_vector.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/base/slice_vector.cc b/tests/base/slice_vector.cc index e1370bff51..b6ca9fc426 100644 --- a/tests/base/slice_vector.cc +++ b/tests/base/slice_vector.cc @@ -12,6 +12,7 @@ //--------------------------------------------------------------------- +#include "../tests.h" #include #include -- 2.39.5