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

Unified Diff: runtime/vm/dart_api_impl_test.cc

Issue 1553233002: Add package config support to dart:isolate (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Addressed review comments. Created 4 years, 11 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: 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 953a859ecd4d50963a57ad8ae174fdf8c5c9c2b2..a2cf1d32fceaa67cdcc69e39f55dba4b3a06135b 100644
--- a/runtime/vm/dart_api_impl_test.cc
+++ b/runtime/vm/dart_api_impl_test.cc
@@ -7285,7 +7285,7 @@ TEST_CASE(NativePortReceiveInteger) {
static Dart_Isolate RunLoopTestCallback(const char* script_name,
const char* main,
const char* package_root,
- const char** package_map,
+ const char* package_config,
Dart_IsolateFlags* flags,
void* data,
char** error) {

Powered by Google App Engine
This is Rietveld 408576698