From 8229e9724e8253cebeeb19df861c03d74618a675 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 11 Mar 2020 17:57:35 -0400 Subject: [PATCH] Remove initlog() from gsl quick test --- tests/quick_tests/gsl.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/quick_tests/gsl.cc b/tests/quick_tests/gsl.cc index 05d2cb560b..7bdbd76303 100644 --- a/tests/quick_tests/gsl.cc +++ b/tests/quick_tests/gsl.cc @@ -53,7 +53,5 @@ check() int main() { - initlog(); - check<1>(); } -- 2.39.5