Index: tests/html/websql_test.dart |
diff --git a/tests/html/websql_test.dart b/tests/html/websql_test.dart |
index 2c77b6adcde5e9374a09cd66842081ba859e07d9..b67d0aa9c2f59545f3fbae57572285300b9e2ed9 100644 |
--- a/tests/html/websql_test.dart |
+++ b/tests/html/websql_test.dart |
@@ -5,12 +5,6 @@ import 'dart:web_sql'; |
import '../../pkg/unittest/lib/unittest.dart'; |
import '../../pkg/unittest/lib/html_individual_config.dart'; |
-void fail(message) { |
- guardAsync(() { |
- expect(false, isTrue, reason: message); |
- }); |
-} |
- |
Future<SqlTransaction> transaction(SqlDatabase db) { |
final completer = new Completer<SqlTransaction>.sync(); |