Skip to content

Commit a9313bf

Browse files
derekxu16Commit Queue
authored andcommitted
[FFI] Prevent regress_47594_test from starting the VM Service
Fixes: #60500 Change-Id: I5d0d155a3ad0fa55cb9cffcf6cc929bd112dfaf5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/421380 Reviewed-by: Daco Harkes <[email protected]> Commit-Queue: Daco Harkes <[email protected]> Commit-Queue: Derek Xu <[email protected]>
1 parent 1740da0 commit a9313bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ffi/regress_47594_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// FFI leaf calls did not mark the thread for the transition and would cause
77
// the stack walker to segfault when it was unable to interpret the frame.
88
//
9-
// VMOptions=--deterministic --enable-vm-service=0 --profiler --disable-dart-dev
9+
// VMOptions=--deterministic --profiler --disable-dart-dev
1010

1111
import 'dart:ffi';
1212

0 commit comments

Comments
 (0)