File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
android/guava-testlib/test/com/google/common/testing
guava-testlib/test/com/google/common/testing Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3737 * @author Jige Yu
3838 */
3939@ GwtCompatible (emulated = true )
40+ // We also want to test the TimeUnit overload (especially under GWT, where it's the only option).
41+ @ SuppressWarnings ("SetAutoIncrementStep_Nanos" )
4042public class FakeTickerTest extends TestCase {
4143
4244 @ GwtIncompatible // NullPointerTester
Original file line number Diff line number Diff line change 3737 * @author Jige Yu
3838 */
3939@ GwtCompatible (emulated = true )
40+ // We also want to test the TimeUnit overload (especially under GWT, where it's the only option).
41+ @ SuppressWarnings ("SetAutoIncrementStep_Nanos" )
4042public class FakeTickerTest extends TestCase {
4143
4244 @ GwtIncompatible // NullPointerTester
You can’t perform that action at this time.
0 commit comments