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

Unified Diff: tests/service_tests/conformance/dart/conformance_service.dart

Issue 1209033003: Work in progres, please take a look and give early feedback if this is the way we want to structure… (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: address comments Created 5 years, 6 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 | « tests/io/file_test.dart ('k') | tests/service_tests/performance/dart/performance_service.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/service_tests/conformance/dart/conformance_service.dart
diff --git a/tests/service_tests/conformance/dart/conformance_service.dart b/tests/service_tests/conformance/dart/conformance_service.dart
index ec92a990a41e1072e99748031e75091b34719210..c31b5282259ff977e24140e43e8e39acba28d54b 100644
--- a/tests/service_tests/conformance/dart/conformance_service.dart
+++ b/tests/service_tests/conformance/dart/conformance_service.dart
@@ -12,7 +12,8 @@ import "package:service/struct.dart";
final Channel _channel = new Channel();
final Port _port = new Port(_channel);
-final Foreign _postResult = Foreign.lookup("PostResultToService");
+final ForeignFunction _postResult =
+ ForeignLibrary.main.lookup("PostResultToService");
bool _terminated = false;
ConformanceService _impl;
« no previous file with comments | « tests/io/file_test.dart ('k') | tests/service_tests/performance/dart/performance_service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698