chromium/third_party/inspector_protocol/crdtp/error_support_test.cc

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

#include "error_support.h"

#include <string>
#include <vector>

#include "test_platform.h"

namespace crdtp {
TEST(ErrorSupportTest, Empty) {}

TEST(ErrorSupportTest, Nesting) {}
}  // namespace crdtp