From b6d14a940a460dbdb1bc44dda913f5f55f9b3298 Mon Sep 17 00:00:00 2001 From: Aske Simon Christensen Date: Fri, 10 Jul 2020 12:41:37 +0000 Subject: [PATCH] [gardening] Import NNBD version of FFI in NNBD thread_pool_test. Change-Id: Ia44c34915939dff338f50e7b765f47a66a9bbe09 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153961 Reviewed-by: Daco Harkes Reviewed-by: Johnni Winther Commit-Queue: Aske Simon Christensen --- runtime/tests/vm/dart/isolates/thread_pool_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tests/vm/dart/isolates/thread_pool_test.dart b/runtime/tests/vm/dart/isolates/thread_pool_test.dart index ff8a7e694485..7a301bc09520 100644 --- a/runtime/tests/vm/dart/isolates/thread_pool_test.dart +++ b/runtime/tests/vm/dart/isolates/thread_pool_test.dart @@ -11,7 +11,7 @@ import 'dart:ffi'; import 'package:expect/expect.dart'; import 'test_utils.dart'; -import '../../../../../tests/ffi_2/dylib_utils.dart'; +import '../../../../../tests/ffi/dylib_utils.dart'; // This should be larger than max-new-space-size/tlab-size. const int threadCount = 200;