Skip to content

Commit e47e176

Browse files
committed
Fix
1 parent a31c212 commit e47e176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_evictionAlgo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ int main(int argc, char *argv[]) {
544544
// g_test_add_data_func("/libCacheSim/cacheAlgo_Belady", reader, test_Belady);
545545
// g_test_add_data_func("/libCacheSim/cacheAlgo_BeladySize", reader, test_BeladySize);
546546

547-
// g_test_add_data_func_full("/libCacheSim/empty", reader, empty_test, test_teardown);
547+
g_test_add_data_func_full("/libCacheSim/empty", reader, empty_test, test_teardown);
548548

549549
return g_test_run();
550550
}

0 commit comments

Comments
 (0)