diff --git a/examples/example.proto b/examples/example.proto deleted file mode 100644 index 231c455ca18b..000000000000 --- a/examples/example.proto +++ /dev/null @@ -1,15 +0,0 @@ -// -// upb - a minimalist implementation of protocol buffers. -// -// Copyright (c) 2011 Google Inc. See LICENSE for details. -// Author: Josh Haberman -// -// A .proto file for the examples in this directory. - -package example; - -message SampleMessage { - optional string name = 1; - optional int32 id = 2; - optional string email = 3; -} diff --git a/benchmarks/google_messages.proto b/tests/google_messages.proto similarity index 100% rename from benchmarks/google_messages.proto rename to tests/google_messages.proto