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

Unified Diff: pkg/analysis_server/bin/fuzz/channel.dart

Issue 584963002: first cut fuzz test for analysis server (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge and address comments Created 6 years, 3 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/analysis_server/bin/fuzz/channel.dart
diff --git a/pkg/analysis_server/lib/src/channel/channel.dart b/pkg/analysis_server/bin/fuzz/channel.dart
similarity index 98%
copy from pkg/analysis_server/lib/src/channel/channel.dart
copy to pkg/analysis_server/bin/fuzz/channel.dart
index 4e4ab2a11218dc83b9b8c23c553b24420dca998d..1130ace4bbe990b9778091e4bd09badc69e1ffe8 100644
--- a/pkg/analysis_server/lib/src/channel/channel.dart
+++ b/pkg/analysis_server/bin/fuzz/channel.dart
@@ -7,7 +7,7 @@ library channel;
import 'dart:async';
import 'dart:convert';
-import 'package:analysis_server/src/protocol.dart';
+import 'protocol.dart';
/**
* The abstract class [ClientCommunicationChannel] defines the behavior of
« no previous file with comments | « pkg/analysis_server/bin/fuzz/byte_stream_channel.dart ('k') | pkg/analysis_server/bin/fuzz/generated_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698