blob: 77bcf819fe065f2b66cb4c07d12f2b3c3bb93938 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <lib/syslog/cpp/macros.h>
#include <gtest/gtest.h>
TEST(DeathTest, TestDeath) { ASSERT_DEATH(FX_CHECK(false), "should fail"); }