Add unit test for update_missing
authorKevin Hurley <kph@fb.com>
Tue, 15 Sep 2015 21:06:07 +0000 (14:06 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 15 Sep 2015 21:20:22 +0000 (14:20 -0700)
commit2b179f9db25288f7c0b9bfa42356924a598bfd4f
treefcf3908fc0015b384e604eee76dbe4a890dd7ff5
parenta29c1dfa26e70e2aefb0fa1761156d6e32cc3855
Add unit test for update_missing

Summary: Forgot to add a test for this when I added update_missing.  This adds a test for it

Reviewed By: @yfeldblum

Differential Revision: D2441612
folly/test/DynamicTest.cpp