blob: 95b9280e40c77e3af5aecc08718c876277738618 [file] [log] [blame]
// Copyright 2023 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(HelloTest, Addition) { EXPECT_EQ(1 + 1, 2); }