Skip to content

Commit b6d14a9

Browse files
askeksacommit-bot@chromium.org
authored andcommitted
[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 <[email protected]> Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Aske Simon Christensen <[email protected]>
1 parent 13fb8c1 commit b6d14a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/tests/vm/dart/isolates/thread_pool_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'dart:ffi';
1111
import 'package:expect/expect.dart';
1212

1313
import 'test_utils.dart';
14-
import '../../../../../tests/ffi_2/dylib_utils.dart';
14+
import '../../../../../tests/ffi/dylib_utils.dart';
1515

1616
// This should be larger than max-new-space-size/tlab-size.
1717
const int threadCount = 200;

0 commit comments

Comments
 (0)