blob: 1ce6a598faf369b25e2cdf8fe5500f8b4db7317e [file]
// Copyright (c) 2026, 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.
@Timeout(Duration(minutes: 5))
@TestOn('vm')
library;
import 'package:dwds/expression_compiler.dart';
import 'package:dwds_test_common/test_sdk_configuration.dart';
import 'package:test/test.dart';
import 'devtools_common.dart';
void main() {
final provider = TestSdkConfigurationProvider(
ddcModuleFormat: ModuleFormat.amd,
);
tearDownAll(provider.dispose);
testAll(provider: provider);
}