fix ExceptionTracerTest build
authorNathan Bronson <ngbronson@fb.com>
Wed, 14 Dec 2016 17:03:02 +0000 (09:03 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 14 Dec 2016 17:17:56 +0000 (09:17 -0800)
commit56ef367e4b0cf8fdb1265f0f6d9a40e7fe855f9a
tree9a5783749e8670d236fde629e043da2041be3653
parentf3f4bcfb67d95e56887204081c94141aae4c89bc
fix ExceptionTracerTest build

Summary:
A recent diff added [[noreturn]] annotations that cause buck
build to fail for ExceptionTracerTest.cpp, due to our use of -Werror
and -Wunreachable-code-return.  This diff removes the unreachable return
statement.

Differential Revision: D4326888

fbshipit-source-id: 7863c163eedcf2a7e19730c1de194f05c544a2c0
folly/experimental/exception_tracer/ExceptionTracerTest.cpp