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