Skip to content

Commit b1161b7

Browse files
committed
corrected edge cases
1 parent 2ddcfd7 commit b1161b7

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

packages/devtools_app/test/test_infra/fixtures/flutter_app/lib/main.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
// Copyright 2025 The Flutter Authors
2-
// Use of this source code is governed by a BSD-style license that can be
3-
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
41
// FILE: main.dart (Note: Do not remove comment, for testing.)
52

6-
// Copyright 2021 The Chromium Authors. All rights reserved.
3+
// Copyright 2021 The Flutter Authors
74
// Use of this source code is governed by a BSD-style license that can be
8-
// found in the LICENSE file.
5+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
96

107
// ATTENTION: If any lines are added to or deleted from this file then the
118
// debugger panel integration test will need to be updated with new line numbers

packages/devtools_app/test/test_infra/utils/rendering_tester.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// Copyright 2025 The Flutter Authors
2-
// Use of this source code is governed by a BSD-style license that can be
3-
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
4-
// Copyright 2020 The Flutter Authors. All rights reserved.
1+
// Copyright 2014 The Flutter Authors. All rights reserved.
52
// Use of this source code is governed by a BSD-style license that can be
63
// found in the LICENSE file.
74

0 commit comments

Comments
 (0)