blob: bc0206ee8f01ea55f70d9694e4b9374a13205c23 [file] [log] [blame]
// Copyright 2019 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.
#include <string>
#ifndef SRC_DEVELOPER_DEBUG_ZXDB_MAIN_E2E_TEST_H_
#define SRC_DEVELOPER_DEBUG_ZXDB_MAIN_E2E_TEST_H_
namespace zxdb {
extern std::string e2e_init_command;
} // namespace zxdb
#endif // SRC_DEVELOPER_DEBUG_ZXDB_MAIN_E2E_TEST_H_