blob: 3922aa6b7db40d0cd57c167a22678f9745794926 [file] [log] [blame]
// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// VMOptions=--verbose_debug --enable-isolate-groups
import 'break_on_function_many_child_isolates_test.dart';
main(args) async {
await runIsolateBreakpointPauseTest(args, /*nIsolates=*/ 1);
}