blob: 662cca66da66360200e0ca128a8f1ab2a107c8c7 [file] [log] [blame]
// Copyright 2018 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.
#ifndef SRC_DEVELOPER_DEBUG_ZXDB_COMMON_TEST_WITH_LOOP_H_
#define SRC_DEVELOPER_DEBUG_ZXDB_COMMON_TEST_WITH_LOOP_H_
#include "src/developer/debug/shared/test_with_loop.h"
namespace zxdb {
// Alias for TestWithLoop in our namespace.
using TestWithLoop = debug_ipc::TestWithLoop;
} // namespace zxdb
#endif // SRC_DEVELOPER_DEBUG_ZXDB_COMMON_TEST_WITH_LOOP_H_