chromium/extensions/renderer/bindings/api_invocation_errors_unittest.cc

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

#include "extensions/renderer/bindings/api_invocation_errors.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace extensions {
namespace api_errors {

// Tests chaining errors for more complicated errors. More of a set of example
// strings than a test of the logic itself (which is pretty simple).
TEST(APIInvocationErrors, ChainedErrors) {}

}  // namespace api_errors
}  // namespace extensions