qualify std::move in StringKeyedTest
authorLouis Brandy <ldbrandy@fb.com>
Tue, 3 Nov 2015 20:30:27 +0000 (12:30 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Tue, 3 Nov 2015 21:20:22 +0000 (13:20 -0800)
commitfb450d12c29496f2479abdd89c8ff15be4ee0234
tree42c28a4368d9cdaac42b127e83fcb18dc1cbbdc9
parent82ba5835fb134d84cf15f23d2a1eb3ba93858385
qualify std::move in StringKeyedTest

Summary: Prefer `std::move` to `move` for clarity's sake.

Reviewed By: yfeldblum

Differential Revision: D2601138

fb-gh-sync-id: 64a9e58a83da9c8416a0be5c45a292c6b1342664
folly/experimental/test/StringKeyedTest.cpp