Commit 5008d56a authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Extra expectations for ADL toAppend

Summary: [Folly] Extra expectations for ADL `toAppend`.

Reviewed By: Orvid

Differential Revision: D6330547

fbshipit-source-id: d1363280f097f860883ba84d6cfe7caa4e4cf9de
parent 7add1bfc
......@@ -1249,6 +1249,9 @@ TEST(Conv, custom_kkproviders) {
// make sure above implementation of estimateSpaceNeeded() is used.
EXPECT_GT(str.capacity(), 2000);
EXPECT_LT(str.capacity(), 2500);
// toAppend with other arguments
toAppend("|", expected, &str);
EXPECT_EQ("7x8|7x8", str);
}
TEST(Conv, TryToThenWithVoid) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment