You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 21_LRUCacheUnitTest/main.cpp
+36
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,42 @@ class LRUCacheTestApp final : public nbl::application_templates::MonoSystemMonoL
180
180
cache3.insert(1, "bar");
181
181
cache3.clear();
182
182
183
+
// Besides the disposal function that gets called when evicting, we need to check that the Cache properly destroys all resident `Key,Value` pairs when destroyed
0 commit comments