From cb4a47887df282196c9aa529269d5115306813c1 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 18 Jun 2013 19:18:17 -0400 Subject: Leave the RowInfo's for empty cells unfilled. Else empty cell regions would get skipped and the non-empty cells would get displayed at incorrect row positions. Change-Id: Ica8d1c654458e0ea508e8f00846180d89bfe8804 --- sc/Module_sc.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/Module_sc.mk') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 0b3970f4991b..74888f0b54db 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -37,8 +37,6 @@ endif $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_ucalc \ - CppunitTest_sc_filters_test \ - CppunitTest_sc_rangelst_test \ )) $(eval $(call gb_Module_add_slowcheck_targets,sc, \ -- cgit