diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-25 05:06:57 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-25 05:06:57 +0200 |
commit | e4eca6763ee4967b64a219c744d9673f16382415 (patch) | |
tree | 7f5b7faa0a5757815e2d169ad18ad95103634796 /sc/Module_sc.mk | |
parent | 8269e88b9b9ba508f53489269031e5d41074fc60 (diff) |
remove newly unused variable
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 8f51646263e5..bd61ce62c8cd 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -42,8 +42,7 @@ $(eval $(call gb_Module_add_targets,sc,\ endif $(eval $(call gb_Module_add_check_targets,sc,\ - CppunitTest_sc_ucalc \ - CppunitTest_sc_filters_test \ + CppunitTest_sc_chart_regression_test \ )) $(eval $(call gb_Module_add_slowcheck_targets,sc,\ |