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

Unified Diff: pkg/mdns/lib/mdns.dart

Issue 1432973002: Update the mDNS command line tools in the mdns package (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/bin/mdns-sd.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdns/lib/mdns.dart
diff --git a/pkg/mdns/lib/mdns.dart b/pkg/mdns/lib/mdns.dart
index d62c391909add65eaf4d23329b7f3c58f31c1984..2d3e5e8631210fce1718b2d3f3d87bb27d12e51d 100644
--- a/pkg/mdns/lib/mdns.dart
+++ b/pkg/mdns/lib/mdns.dart
@@ -58,12 +58,3 @@ abstract class MDnsClient {
String name,
{Duration timeout: const Duration(seconds: 5)});
}
-
-// Simple standalone test.
-Future main(List<String> args) async {
- var client = new MDnsClient();
- await client.start();
- ResourceRecord resource = await client.lookup(RRType.A, args[0]).first;
- print(address);
- client.stop();
-}
« no previous file with comments | « pkg/mdns/bin/mdns-sd.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698