folly/wangle: temporarily disable compilation of Thens.cpp
authorJim Meyering <meyering@fb.com>
Thu, 29 May 2014 20:44:06 +0000 (13:44 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Mon, 9 Jun 2014 22:35:08 +0000 (15:35 -0700)
commit5a5aee33a6c2c9c64fc0edc08199f7a509dcb525
tree0f238e68ce3235dfe4357186f032e0c756d693e1
parent4460753ff370dce64791167e2afd3824ea6a1c57
folly/wangle: temporarily disable compilation of Thens.cpp

Summary:
This code fails to compile with clang:dev, so don't try for now.
* folly/wangle/test/Thens.cpp: Don't attempt to compile test/Thens.cpp.
See 4412111 for details.  Prompted by clang:dev+MSAN effort, 4090011.

Test Plan:
Run this:
fbconfig --clang --with-project-version clang:dev -r folly/wangle
fbmake runtests
Failed before, passes with this patch.

Reviewed By: hans@fb.com

Subscribers: folly@lists, fugalh

FB internal diff: D1354751

Tasks: 40900114412111
folly/wangle/test/Thens.cpp