blob: 686a0912aba312f3067fab329a3eef36b1e04255 [file] [log] [blame]
// Copyright 2018 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 "gtest/gtest.h"
TEST(HelloWorldTest, True) { EXPECT_TRUE(true); }