Index: tests/fletchc/incremental/tests_with_expectations.dart |
diff --git a/tests/fletchc/incremental/tests_with_expectations.dart b/tests/fletchc/incremental/tests_with_expectations.dart |
index 6d26e1647dfcad321901a9af785f6e72a5fa5116..d86fbe5774960704c6a93080934446fe7dcbdad0 100644 |
--- a/tests/fletchc/incremental/tests_with_expectations.dart |
+++ b/tests/fletchc/incremental/tests_with_expectations.dart |
@@ -442,8 +442,7 @@ class C { |
static m() { |
<<<< "v1" |
print('v1'); |
-==== {"messages":["v2"],"compileUpdatesShouldThrow":1} |
- // TODO(ahe): Shouldn't throw. |
+==== ["v2"] |
print('v2'); |
>>>> |
} |
@@ -2037,8 +2036,8 @@ class C { |
==== {"messages":[],"hasCompileTimeError":1} |
// TODO(ahe): Should just expect [], no compile-time error |
sync(); |
-==== {"messages":[],"compileUpdatesShouldThrow":1} |
- // TODO(ahe): Should just expect [], not throw |
+==== {"messages":[],"hasCompileTimeError":1} |
+ // TODO(ahe): Should just expect [], no compile-time error |
>>>> |
} |
main() { |