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

Unified Diff: mojo/dart/testing/lib/validation_test_input_parser.dart

Issue 1259873002: Dart: Runs dartanalyzer for the dart_pkg build rule. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « mojo/dart/testing/BUILD.gn ('k') | mojo/public/dart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/testing/lib/validation_test_input_parser.dart
diff --git a/mojo/dart/testing/lib/validation_test_input_parser.dart b/mojo/dart/testing/lib/validation_test_input_parser.dart
index 4ade248261b9c50e8f7101b401e6620cd68f7b3f..cbabaf3768438ecf65db8ce5cf955468f8e1cca2 100644
--- a/mojo/dart/testing/lib/validation_test_input_parser.dart
+++ b/mojo/dart/testing/lib/validation_test_input_parser.dart
@@ -27,6 +27,7 @@ class ValidationParseError {
abstract class _Entry {
final int size;
+ _Entry(this.size);
void write(ByteData buffer, int offset, Map pointers);
}
« no previous file with comments | « mojo/dart/testing/BUILD.gn ('k') | mojo/public/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698