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

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

Issue 1413713011: Revert "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: Created 5 years, 1 month 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
« no previous file with comments | « pkg/mdns/lib/src/native_protocol_client.dart ('k') | pkg/mdns/test/lookup_resolver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdns/test/decode_test.dart
diff --git a/pkg/mdns/test/decode_test.dart b/pkg/mdns/test/decode_test.dart
index b17fddcfeb87b9a309f80ba47002137af052c4f0..f555309bd74b8662404fe04aff2ace1546c91bee 100644
--- a/pkg/mdns/test/decode_test.dart
+++ b/pkg/mdns/test/decode_test.dart
@@ -1,6 +1,6 @@
-// Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
+// Copyright (c) 2015, the Dart 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.md file.
+// BSD-style license that can be found in the LICENSE file.
import 'package:expect/expect.dart';
import 'package:mdns/src/packet.dart';
@@ -114,3 +114,4 @@ void hexDumpList(List package) {
}
if (s.length != 0) print(s);
}
+
« no previous file with comments | « pkg/mdns/lib/src/native_protocol_client.dart ('k') | pkg/mdns/test/lookup_resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698