| Index: mojo/public/cpp/application/lib/application_test_main.cc
|
| diff --git a/mojo/public/cpp/application/lib/application_test_main.cc b/mojo/public/cpp/application/lib/application_test_main.cc
|
| deleted file mode 100644
|
| index 47f36e92ab409d7fd177d78c3297d9fc3d5adec8..0000000000000000000000000000000000000000
|
| --- a/mojo/public/cpp/application/lib/application_test_main.cc
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// Copyright 2014 The Chromium 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 "mojo/public/c/system/main.h"
|
| -#include "mojo/public/cpp/application/application_test_base.h"
|
| -#include "mojo/public/cpp/environment/environment.h"
|
| -
|
| -MojoResult MojoMain(MojoHandle shell_handle) {
|
| - // An Environment instance is needed to construct run loops.
|
| - mojo::Environment environment;
|
| -
|
| - return mojo::test::RunAllTests(shell_handle);
|
| -}
|
|
|