| // Copyright 2021 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| package main | |
| // This file intentionally left empty as a placeholder for any future tests. The | |
| // Go build system doesn't permit `go_test` targets that don't contain any test | |
| // files, so we leave this file here to avoid needing to delete the test target. |