Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Unified Diff: tests/html/websql_test.dart

Issue 14070010: Refactor Future constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added co19 issue number. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/fileapi_test.dart ('k') | tests/language/store_to_load_forwarding_phis_vm_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « tests/html/fileapi_test.dart ('k') | tests/language/store_to_load_forwarding_phis_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698