Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
sys
/
test_runners
/
gunit
/
tests
/
simple_test.cc
blob: 1541c399a47a1f9217382d866c41796e53aeee29 [
file
]
// Copyright 2022 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
<stdio.h>
#include
<gtest/gtest.h>
TEST
(
SimpleTest
,
SimplePass
)
{}