Index: dart/tests/try/web/incremental_compilation_update_test.dart |
diff --git a/dart/tests/try/web/incremental_compilation_update_test.dart b/dart/tests/try/web/incremental_compilation_update_test.dart |
index f5443eceed5f84765fd0e605a877c9b8bc3e201e..d9740398832cc4f004086a41cd9020883fd6607e 100644 |
--- a/dart/tests/try/web/incremental_compilation_update_test.dart |
+++ b/dart/tests/try/web/incremental_compilation_update_test.dart |
@@ -1208,7 +1208,6 @@ main() { |
const <String>['v2']), |
], |
-/* |
// Test that a lazy static is supported. |
// TODO(ahe): This test doesn't pass yet. |
Johnni Winther
2014/12/09 11:53:52
Doesn't it?
ahe
2014/12/10 14:00:04
Done.
|
const <ProgramResult>[ |
@@ -1256,7 +1255,6 @@ main() { |
""", |
const <String>['v2', 'lazy']), |
], |
-*/ |
// Test that superclasses of directly instantiated classes are also |
// emitted. |