| 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..96debb5f9126e28340453c7638d01c757d9a5786 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.main.lookup("PostResultToService");
|
|
|
| bool _terminated = false;
|
| PerformanceService _impl;
|
|
|