From cc8319df4966e2fc885850169e26734025141da1 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 18 May 2016 06:55:54 +0000
Subject: [PATCH] Undo unwanted commit, back to r15686

---
 tools/oneclick/base/modelsim_regression_test_vhdl.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/oneclick/base/modelsim_regression_test_vhdl.py b/tools/oneclick/base/modelsim_regression_test_vhdl.py
index b8df77aa34..ea78eb8e51 100644
--- a/tools/oneclick/base/modelsim_regression_test_vhdl.py
+++ b/tools/oneclick/base/modelsim_regression_test_vhdl.py
@@ -74,8 +74,6 @@ msim = modelsim_config.ModelsimConfig(toolRootDir=os.path.expandvars('$RADIOHDL/
 # Get HDL library names for regression test
 ###############################################################################
 lib_names = hdl_args.lib_names            # Default use lib_names from command line
-msim.check_library_names('eric')       # Check that the provided lib_names indeed exist
-braak
 msim.check_library_names(lib_names)       # Check that the provided lib_names indeed exist
 if lib_names==[]:
     lib_names=msim.lib_names              # If no lib_names are provided then use all available HDL libraries
-- 
GitLab