/* * Copyright (c) 2021, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #include TEST_CASE(raise) { EXPECT_NO_CRASH("This should never crash", [] { return Test::Crash::Failure::DidNotCrash; }); }