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;