diff --git a/tools/oneclick/base/modelsim_regression_test_vhdl.py b/tools/oneclick/base/modelsim_regression_test_vhdl.py
index b8df77aa34e2e9ddaa0f252f03a7afbfb3a3761d..ea78eb8e51bedcd136acac370a3d9c318e247e7b 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