diff --git a/pkg/front_end/test/token_leak_dart2js_test.dart b/pkg/front_end/test/token_leak_dart2js_test.dart new file mode 100644 index 00000000000..fcc09e08dd4 --- /dev/null +++ b/pkg/front_end/test/token_leak_dart2js_test.dart @@ -0,0 +1,9 @@ +// 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 'token_leak_test.dart' as test; + +Future main() async { + await test.main(['--no-sdk', 'pkg/compiler/lib/src/dart2js.dart']); +}