mini-lsm icon indicating copy to clipboard operation
mini-lsm copied to clipboard

Add cfg(test) to mod tests in mem_table.rs.

Open mahinshaw opened this issue 2 years ago • 2 comments

The tempfile dependency causes build failure due to being in dev-dependencies. Adding cfg(test) fixes the isseue.

mahinshaw avatar Jan 02 '23 21:01 mahinshaw

I would prefer adding it before “mod tests”. Would you please fix it (both in starter code and reference solution)? Thanks!

skyzh avatar Jan 02 '23 23:01 skyzh

Looks like it was only missing from the mod tests; in the starter directory.

mahinshaw avatar Jan 03 '23 05:01 mahinshaw

Thanks!

skyzh avatar Jan 10 '23 03:01 skyzh