Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705107336
  • Loading branch information
honglooker authored and copybara-github committed Dec 11, 2024
1 parent 1b0b1c9 commit e170c43
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conformance/failure_list_trie_node.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Protocol Buffers - Google's data interchange format
// Copyright 2024 Google LLC. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "failure_list_trie_node.h"

#include <memory>
Expand Down
7 changes: 7 additions & 0 deletions conformance/failure_list_trie_node.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Protocol Buffers - Google's data interchange format
// Copyright 2024 Google LLC. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef GOOGLE_PROTOBUF_CONFORMANCE_FAILURE_LIST_TRIE_NODE_H__
#define GOOGLE_PROTOBUF_CONFORMANCE_FAILURE_LIST_TRIE_NODE_H__

Expand Down
7 changes: 7 additions & 0 deletions conformance/failure_list_trie_node_test.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Protocol Buffers - Google's data interchange format
// Copyright 2024 Google LLC. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "failure_list_trie_node.h"

#include <gmock/gmock.h>
Expand Down

0 comments on commit e170c43

Please sign in to comment.