Commit 093a9823 authored by Branislav Katreniak's avatar Branislav Katreniak

kj/test: use KJ_UNREACHABLE to silence -Wreturn-type in gcc 5.3.1

parent b9d64708
......@@ -347,7 +347,7 @@ public:
if (failCount > 0) write(RED, kj::str(failCount, " test(s) failed"), "");
context.exit();
return true;
KJ_UNREACHABLE;
}
private:
......
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