Files
sdk/pkg/vm_service/test/external_compilation_service_script.dart
T
Ben Konyi fb9c1399b3 [ package:vm_service ] Add external compilation service tests
These tests are ported from pkg/dds/test/external_compilation_service_*

Fixes https://github.com/dart-lang/sdk/issues/47170

Change-Id: I2b538ce8757f7370631ece752862032c115db12a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240301
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2022-04-07 17:39:28 +00:00

10 lines
268 B
Dart

// Copyright (c) 2022, 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 'dart:developer';
main() {
debugger();
}