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

Unified Diff: runtime/vm/isolate_reload_test.cc

Issue 2977013002: Report messages instead of just printing. (Closed)
Patch Set: Update expectations. Created 3 years, 5 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
« no previous file with comments | « pkg/front_end/tool/_fasta/analyzer_compile.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate_reload_test.cc
diff --git a/runtime/vm/isolate_reload_test.cc b/runtime/vm/isolate_reload_test.cc
index 218ecb142b22f95fe02fb028b373967c8910ce9b..c50156eed377dd60bd71896b034ce4b645cbcb09 100644
--- a/runtime/vm/isolate_reload_test.cc
+++ b/runtime/vm/isolate_reload_test.cc
@@ -3309,7 +3309,7 @@ TEST_CASE(IsolateReload_RunNewFieldInitializersSyntaxError) {
// The reload fails because the initializing expression is parsed at
// class finalization time.
lib = TestCase::ReloadTestScript(kReloadScript);
- EXPECT_ERROR(lib, "......");
ahe 2017/07/14 11:45:07 This relied on having a source snippet. For legacy
+ EXPECT_ERROR(lib, "...");
}
@@ -3346,7 +3346,7 @@ TEST_CASE(IsolateReload_RunNewFieldInitializersSyntaxError2) {
// The reload fails because the initializing expression is parsed at
// class finalization time.
lib = TestCase::ReloadTestScript(kReloadScript);
- EXPECT_ERROR(lib, "......");
+ EXPECT_ERROR(lib, "...");
}
« no previous file with comments | « pkg/front_end/tool/_fasta/analyzer_compile.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698