Skip to content

Commit

Permalink
[gardening] Import NNBD version of FFI in NNBD thread_pool_test.
Browse files Browse the repository at this point in the history
Change-Id: Ia44c34915939dff338f50e7b765f47a66a9bbe09
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153961
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Aske Simon Christensen <askesc@google.com>
  • Loading branch information
askeksa authored and commit-bot@chromium.org committed Jul 10, 2020
1 parent 13fb8c1 commit b6d14a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tests/vm/dart/isolates/thread_pool_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b6d14a9

Please sign in to comment.