suppress warnings in tests for deprecated functions
authorAdam Simpkins <simpkins@fb.com>
Wed, 17 Jan 2018 18:05:21 +0000 (10:05 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 17 Jan 2018 18:20:41 +0000 (10:20 -0800)
commit7da4ef82aee382777bb50aadd4af14a482739d10
tree01604a1d72c8a8652a05525d3b2f6368e1a4146f
parent4bfbe0a10e914c3626e16cfdb9e87508e63b065f
suppress warnings in tests for deprecated functions

Summary:
Update ShellTest and PromiseTest to suppress warnings about using deprecated
functions in the tests for those functions.

Reviewed By: yfeldblum

Differential Revision: D6735670

fbshipit-source-id: 89edcb49d1eff3132398aaef88f5a5cae82e3557
folly/futures/test/PromiseTest.cpp
folly/system/test/ShellTest.cpp