Delete unused file.

Bug: None
Change-Id: I9a29f6cb8bba4000a636e47e7381cebc255fe3d6
Reviewed-on: https://webrtc-review.googlesource.com/84421
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23770}
This commit is contained in:
Kári Tristan Helgason
2018-06-20 14:47:05 +02:00
committed by Commit Bot
parent b2a7478221
commit 33b61ee81e

View File

@ -1,17 +0,0 @@
/*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include "test/gtest.h"
#include "test/testsupport/mac/run_threaded_main_mac.h"
int ImplementThisToRunYourTest(int argc, char** argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}