blob: 676369198d4add7c2d1d196aa2f28c2f4b7ac0dc [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 PERIDOT_TESTS_LINK_PASSING_DEFS_H_
#define PERIDOT_TESTS_LINK_PASSING_DEFS_H_
namespace {
// Package URLs of the test components used here.
constexpr char kModule2Url[] = "link_passing_test_module2";
constexpr char kModule3Url[] = "link_passing_test_module3";
} // namespace
#endif // PERIDOT_TESTS_LINK_PASSING_DEFS_H_