Commit 98014f8b authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

Cut linter suppression in TryTest.cpp

Summary: [Folly] Cut linter suppression in `TryTest.cpp`.

Reviewed By: zertosh

Differential Revision: D24294536

fbshipit-source-id: 64b26ec4632ffdae8e246aa27a6c58c579e2db10
parent 3f1e1ee8
...@@ -224,7 +224,6 @@ TEST(Try, tryEmplaceWithThrowingConstructor) { ...@@ -224,7 +224,6 @@ TEST(Try, tryEmplaceWithThrowingConstructor) {
struct NonInheritingException {}; struct NonInheritingException {};
struct ThrowingConstructor { struct ThrowingConstructor {
[[noreturn]] ThrowingConstructor() noexcept(false) { [[noreturn]] ThrowingConstructor() noexcept(false) {
// @lint-ignore HOWTOEVEN CLANGTIDY CLANGTIDY
throw NonInheritingException{}; throw NonInheritingException{};
} }
......
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