Index: tests/html/websql_test.dart |
diff --git a/tests/html/websql_test.dart b/tests/html/websql_test.dart |
index 02feb4108b7e6a835a0cbd1478ad682d7e92ae62..a989248103b14455cda293f1c6bc10f7973be0b6 100644 |
--- a/tests/html/websql_test.dart |
+++ b/tests/html/websql_test.dart |
@@ -111,7 +111,7 @@ main() { |
futureTest('Web Database', () { |
// Skip if not supported. |
if (!SqlDatabase.supported) { |
- return; |
+ return new Future.immediate(null); |
} |
final tableName = 'test_table'; |