| 1 | // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | package org.chromium.chrome.browser.test; |
| 6 | |
| 7 | import org.chromium.base.test.util.DisabledTest; |
| 8 | import org.chromium.chrome.testshell.ChromiumTestShellTestBase; |
| 9 | |
| 10 | /** |
| 11 | * Dummy test suite for verifying the host-driven test framework. |
| 12 | */ |
| 13 | public class DummyTest extends ChromiumTestShellTestBase { |
| 14 | @DisabledTest |
| 15 | public void testPass() {} |
| 16 | } |