blob: 02eddd478cf4dc7207e8ae92e837a4763e8b4a04 [file] [log] [blame]
// Copyright (c) 2023, 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.
import 'common/test_helper.dart';
import 'evaluate_in_frame_with_scope_test_common.dart';
void main([args = const <String>[]]) => runIsolateTests(
args,
evaluateInFrameWithScopeTests,
'evaluate_in_frame_with_scope_test.dart',
testeeConcurrent: testeeMain,
);