blob: 2dcaf04757342a9d0c0d56e161e7058258d9b839 [file] [log] [blame]
// 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.
use tracing::info;
#[fuchsia::test]
fn log() {
info!("I'm a info log from a test");
}