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

Unified Diff: tests/service_tests/performance/dart/performance_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: indentation 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
Index: tests/service_tests/performance/dart/performance_service.dart
diff --git a/tests/service_tests/performance/dart/performance_service.dart b/tests/service_tests/performance/dart/performance_service.dart
index ba1a6af369143024098db961abc228d4003988d4..02db3782a9b3d19e14c7b2791d776b4fdd1737f6 100644
--- a/tests/service_tests/performance/dart/performance_service.dart
+++ b/tests/service_tests/performance/dart/performance_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.standard.lookup("PostResultToService");
bool _terminated = false;
PerformanceService _impl;
« tests/ffi/ffi_test.dart ('K') | « tests/service_tests/conformance/dart/conformance_service.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698