Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: pkg/mdns/test/decode_test.dart

Issue 1407123010: Extend the mDNS package with a native extension used on Mac OS (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Uploaded binary for Linux and added README Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/mdns/test/decode_test.dart
diff --git a/pkg/mdns/test/decode_test.dart b/pkg/mdns/test/decode_test.dart
index f555309bd74b8662404fe04aff2ace1546c91bee..b17fddcfeb87b9a309f80ba47002137af052c4f0 100644
--- a/pkg/mdns/test/decode_test.dart
+++ b/pkg/mdns/test/decode_test.dart
@@ -1,6 +1,6 @@
-// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2015, the Fletch 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.
+// BSD-style license that can be found in the LICENSE.md file.
import 'package:expect/expect.dart';
import 'package:mdns/src/packet.dart';
@@ -114,4 +114,3 @@ void hexDumpList(List package) {
}
if (s.length != 0) print(s);
}
-

Powered by Google App Engine
This is Rietveld 408576698