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

Unified Diff: tests/html/indexeddb_2_test.dart

Issue 12388094: Removing futureTest test method (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
Index: tests/html/indexeddb_2_test.dart
diff --git a/tests/html/indexeddb_2_test.dart b/tests/html/indexeddb_2_test.dart
index 2ec96a56f590dc8666e4bea1fbe6525b07caf6f5..8faf23dd1ee2f1cdcb9bcc49703322d81b64abe8 100644
--- a/tests/html/indexeddb_2_test.dart
+++ b/tests/html/indexeddb_2_test.dart
@@ -64,7 +64,7 @@ main() {
var cyclic_list = [1, 2, 3];
cyclic_list[1] = cyclic_list;
- go(name, data) => futureTest(name,
+ go(name, data) => test(name,
() => testReadWrite(123, data, verifyGraph));
test('test_verifyGraph', () {

Powered by Google App Engine
This is Rietveld 408576698