Skip to content

Commit 18f7460

Browse files
committed
addressing comment - updated copyright and explicitly provided ddcModuleFormat
1 parent 7caa652 commit 18f7460

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dwds/test/instances/class_inspection_amd_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
@Timeout(Duration(minutes: 2))
88
library;
99

10+
import 'package:dwds/expression_compiler.dart';
1011
import 'package:test/test.dart';
1112
import 'package:test_common/test_sdk_configuration.dart';
1213

@@ -21,6 +22,7 @@ void main() {
2122
group('Class |', () {
2223
final provider = TestSdkConfigurationProvider(
2324
verbose: debug,
25+
ddcModuleFormat: ModuleFormat.amd,
2426
);
2527
tearDownAll(provider.dispose);
2628
for (final compilationMode in CompilationMode.values) {

dwds/test/instances/common/class_inspection_common.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
1+
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

0 commit comments

Comments
 (0)