| Index: blimp/client/android/javatests/src/org/chromium/blimp/DummyTest.java
|
| diff --git a/blimp/client/android/javatests/src/org/chromium/blimp/DummyTest.java b/blimp/client/android/javatests/src/org/chromium/blimp/DummyTest.java
|
| deleted file mode 100644
|
| index 41dd5b33d052e05312e804b75ca672f42d155300..0000000000000000000000000000000000000000
|
| --- a/blimp/client/android/javatests/src/org/chromium/blimp/DummyTest.java
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -// Copyright 2015 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.
|
| -
|
| -package org.chromium.blimp;
|
| -
|
| -import android.test.InstrumentationTestCase;
|
| -import android.test.suitebuilder.annotation.SmallTest;
|
| -
|
| -/**
|
| - * Placeholder so that BlimpTest has a test to run.
|
| - */
|
| -public class DummyTest extends InstrumentationTestCase {
|
| - /** Empty test that always passes. */
|
| - @SmallTest
|
| - public void testDummy() {
|
| - }
|
| -}
|
|
|