• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Protocol Buffers - Google's data interchange format
2// Copyright 2023 Google Inc.  All rights reserved.
3//
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file or at
6// https://developers.google.com/open-source/licenses/bsd
7
8// This file exists because of the design of the Starlark unit testing
9// framework. We call these tests unittests, but Blaze still sees them as full
10// builds. And while Blaze doesn't build the test-setup targets unless it really
11// needs to, it checks that all input files are present. Therefore, we need
12// these "empty" files to be present.
13
14syntax = "proto2";
15
16package third_party_protobuf_rust_test_rust_proto_library_unit_test;
17