// Copyright 2024 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/log_settings.h> | |
#include <lib/syslog/cpp/macros.h> | |
#include <unistd.h> | |
#include <fbl/unique_fd.h> | |
#include <gtest/gtest.h> | |
TEST(LogFromVoid, FromVoidDoesNotCrash) { FX_LOG_KV(INFO, "Hello world!"); } |