Skip to content

Commit b9b53d9

Browse files
committed
Update lines and header
1 parent 46dabe1 commit b9b53d9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

dwds/test/instances/common/dot_shorthands_common.dart

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ void runTests({
100100
final bp = onBreakpoint('testDotShorthands', (event) async {
101101
final scriptBasename = basename(mainScript.uri!);
102102

103-
const lineA = 11;
104-
const lineB = 13;
105-
const lineC = 14;
106-
const lineD = 15;
107-
const lineE = 22;
108-
const lineF = 24;
109-
const lineG = 26;
110-
const lineH = 27;
103+
const lineA = 9;
104+
const lineB = 11;
105+
const lineC = 12;
106+
const lineD = 13;
107+
const lineE = 20;
108+
const lineF = 22;
109+
const lineG = 24;
110+
const lineH = 25;
111111

112112
final expected = [
113113
'$scriptBasename:$lineE:3', // on 'c'

fixtures/_test_dot_shorthands/web/main.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) 2025, 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)