blob: f1ebfd3890f497cfff439e840af8a8573f3760d3 [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
import 'break_on_function_many_child_isolates_test.dart';
main(args) async {
await runIsolateBreakpointPauseTest(args, /*nIsolates=*/ 1);
}