blob: e1a82952bbe5692475238d6b7aff38516d87bd9d [file] [log] [blame]
// Copyright 2015 The Chromium OS 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 "leaderd/manager.h"
#include <gtest/gtest.h>
namespace leaderd {
class ManagerTest : public testing::Test {
};
TEST_F(ManagerTest, DummyTest) {
}
} // namespace leaderd