blob: 980ae01f121756400800e4b360445e32bcb6b541 [file] [log] [blame]
// Copyright 2020 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.
library componentmanager.test;
using zx;
@discoverable
protocol TestOutcomeReport {
Report(struct {
backstop zx.time;
current_time zx.time;
}) -> ();
};