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

Unified Diff: tests/language_2/language_2_flutter.status

Issue 3007803002: Migrate block 162 to Dart 2.0.
Patch Set: Created 3 years, 4 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/language_2/language_2_flutter.status
diff --git a/tests/language_2/language_2_flutter.status b/tests/language_2/language_2_flutter.status
index b9c010db6e631131c7ff49190c5db3502bcc8256..1b7dd057321165b45955677a05b47488b73f90be 100644
--- a/tests/language_2/language_2_flutter.status
+++ b/tests/language_2/language_2_flutter.status
@@ -19,6 +19,12 @@ call_constructor_on_unresolvable_class_test/02: CompileTimeError
call_constructor_on_unresolvable_class_test/07: CompileTimeError
class_keyword_test/02: CompileTimeError
class_override_test/00: CompileTimeError
+type_variable_bounds_test/00: CompileTimeError
+type_variable_bounds_test/06: CompileTimeError
+type_variable_bounds_test/07: CompileTimeError
+type_variable_bounds_test/09: CompileTimeError
+type_variable_bounds_test/10: CompileTimeError
+type_variable_bounds_test/08: CompileTimeError
# The VM doesn't enforce that potentially const expressions are actually
# const expressions when the constructor is called with `const`.

Powered by Google App Engine
This is Rietveld 408576698