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

Unified Diff: test/all_tests.dart

Issue 63173006: Add test for protocol buffer hash code (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Addressed review comments Created 7 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 | « pubspec.yaml ('k') | test/hash_code_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/all_tests.dart
diff --git a/test/all_tests.dart b/test/all_tests.dart
index ad84c967192418c0bcf8eb49bec7bf52aca44a5e..627b2e36f5d19ab67a972e52e0eb93b74e996cfc 100755
--- a/test/all_tests.dart
+++ b/test/all_tests.dart
@@ -17,6 +17,7 @@ import 'unknown_field_set_test.dart' as ufst;
import 'validate_fail_test.dart' as vft;
import 'wire_format_test.dart' as wft;
import 'reserved_names_test.dart' as rnt;
+import 'hash_code_test.dart' as hct;
void main() {
egt.main();
@@ -31,4 +32,5 @@ void main() {
vft.main();
wft.main();
rnt.main();
+ hct.main();
}
« no previous file with comments | « pubspec.yaml ('k') | test/hash_code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698