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

Unified Diff: tests/fletchc/incremental/tests_with_expectations.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Update status files Created 5 years, 1 month 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/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() {

Powered by Google App Engine
This is Rietveld 408576698