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

Unified Diff: pkg/dev_compiler/test/codegen/lib/html/indexeddb_2_test.dart

Issue 2413073002: Start cleaning up the HTML tests. (Closed)
Patch Set: Unfork expect.dart. Created 4 years, 2 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: pkg/dev_compiler/test/codegen/lib/html/indexeddb_2_test.dart
diff --git a/pkg/dev_compiler/test/codegen/lib/html/indexeddb_2_test.dart b/pkg/dev_compiler/test/codegen/lib/html/indexeddb_2_test.dart
index 7350559240b0ac83dffdd1d86afb666e8f6481f4..f14a3dfaba494b7889f850b946fb503f4ded6c03 100644
--- a/pkg/dev_compiler/test/codegen/lib/html/indexeddb_2_test.dart
+++ b/pkg/dev_compiler/test/codegen/lib/html/indexeddb_2_test.dart
@@ -69,7 +69,7 @@ main() {
obj4['a'] = 100;
obj4['b'] = 's';
- var cyclic_list = [1, 2, 3];
+ var cyclic_list = <Object>[1, 2, 3];
cyclic_list[1] = cyclic_list;
go(name, data) => test(name,

Powered by Google App Engine
This is Rietveld 408576698