Skip to content

Commit 80c883f

Browse files
committed
Fix lib name and copyright date
1 parent 1a41616 commit 80c883f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dartdoc_integration_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
1+
// Copyright (c) 2019, 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

5-
library dartdoc.dartdoc_test;
5+
library dartdoc.dartdoc_integration_test;
66

77
import 'dart:async';
88
import 'dart:io';

0 commit comments

Comments
 (0)