Suppress DoNotCall errors in SqlTimeTest.

PiperOrigin-RevId: 408727479
Change-Id: I42e72209b537fe7516774cd39986208c5f716261
diff --git a/user/test/com/google/gwt/emultest/java/sql/SqlTimeTest.java b/user/test/com/google/gwt/emultest/java/sql/SqlTimeTest.java
index e8ca43e..ebfc218 100644
--- a/user/test/com/google/gwt/emultest/java/sql/SqlTimeTest.java
+++ b/user/test/com/google/gwt/emultest/java/sql/SqlTimeTest.java
@@ -35,6 +35,7 @@
     return "com.google.gwt.emultest.EmulSuite";
   }
 
+  @SuppressWarnings("DoNotCall")
   public void testUnimplementedFunctions() {
     Time d = new Time(0);