From: Wolfgang Bangerth Date: Mon, 2 Mar 2009 02:41:54 +0000 (+0000) Subject: Don't need to list things twice. X-Git-Tag: v8.0.0~7998 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e40f25bbc8a94d228b551ec9ca5b739ce29d3e2;p=dealii.git Don't need to list things twice. git-svn-id: https://svn.dealii.org/trunk@18441 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/Makefile b/tests/base/Makefile index bc98bea5d9..7bbc728dee 100644 --- a/tests/base/Makefile +++ b/tests/base/Makefile @@ -1,6 +1,6 @@ ############################################################ # $Id$ -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 by the deal.II authors ############################################################ ############################################################ @@ -49,7 +49,6 @@ tests_x = geometry_info_* \ data_out_base_vtk \ function_* \ functions_* \ - function_parser \ utilities_* \ is_finite* \ number_traits_*