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

Unified Diff: pkg/analysis_server/bin/fuzz/byte_stream_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
« no previous file with comments | « pkg/analysis_server/bin/fuzz/README.txt ('k') | pkg/analysis_server/bin/fuzz/channel.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/bin/fuzz/byte_stream_channel.dart
diff --git a/pkg/analysis_server/lib/src/channel/byte_stream_channel.dart b/pkg/analysis_server/bin/fuzz/byte_stream_channel.dart
similarity index 97%
copy from pkg/analysis_server/lib/src/channel/byte_stream_channel.dart
copy to pkg/analysis_server/bin/fuzz/byte_stream_channel.dart
index 2ab44419a0cf7f1398373c033fe76064e915cb89..1b625060947ddcd13333d2ab3395ffb6250a4b3d 100644
--- a/pkg/analysis_server/lib/src/channel/byte_stream_channel.dart
+++ b/pkg/analysis_server/bin/fuzz/byte_stream_channel.dart
@@ -8,8 +8,8 @@ import 'dart:async';
import 'dart:convert';
import 'dart:io';
-import 'package:analysis_server/src/channel/channel.dart';
-import 'package:analysis_server/src/protocol.dart';
+import 'channel.dart';
+import 'protocol.dart';
/**
* Instances of the class [ByteStreamClientChannel] implement a
« no previous file with comments | « pkg/analysis_server/bin/fuzz/README.txt ('k') | pkg/analysis_server/bin/fuzz/channel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698