chromium/ui/ozone/platform/wayland/host/wayland_serial_tracker_unittest.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <cstdint>

#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/ozone/platform/wayland/host/wayland_serial_tracker.h"

namespace wl {

TEST(WaylandSerialTrackerTest, Basics) {}

// Verifies GetSerial() behaves correctly when multiple values are set and
// queried.
TEST(WaylandSerialTrackerTest, Queries) {}

}  // namespace wl