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

Unified Diff: runtime/vm/dart_api_impl_test.cc

Issue 11231015: Fixed failing 4_External_Functions_A01_t01 test, updated co19-runtime.status with triaged test bug … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « no previous file | runtime/vm/parser.cc » ('j') | runtime/vm/parser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart_api_impl_test.cc
diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc
index 870f998d1329a17e879fc27fc959d516c0f0554a..102864162e0d11a016149355e8404e80177191a5 100644
--- a/runtime/vm/dart_api_impl_test.cc
+++ b/runtime/vm/dart_api_impl_test.cc
@@ -5783,7 +5783,7 @@ TEST_CASE(ParsePatchLibrary) {
EXPECT_VALID(result);
result = Dart_Invoke(test_script, Dart_NewString("e1"), 0, NULL);
- EXPECT_ERROR(result, "External implementation missing");
+ EXPECT_ERROR(result, "No such method: 'unpatched'");
int64_t value = 0;
result = Dart_Invoke(test_script, Dart_NewString("m1"), 0, NULL);
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698