blob: 5fda0b5ef3a540fd9f2974c964e1db4d8bd892f1 [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);
}