CppunitTest_svl_urihelper can be a plain check target now

Change-Id: I8c6f7822f44ae7b6fe213032c62abe620eb3b11f
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk
index 54f6b6c..636b4fa 100644
--- a/svl/Module_svl.mk
+++ b/svl/Module_svl.mk
@@ -38,12 +38,9 @@ $(eval $(call gb_Module_add_check_targets,svl,\
	CppunitTest_svl_notify \
))

#TODO: CppunitTest_svl_urihelper depends on ucb, can only be added once svl is
# in tail build
#FIXME: fails on MSVC

ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_subsequentcheck_targets,svl,\
$(eval $(call gb_Module_add_check_targets,svl,\
	CppunitTest_svl_urihelper \
))
endif