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

Unified Diff: test/generated_message_test.dart

Issue 25708003: Update the protocol buffer compiler plugin to use Int64 from the fixnum package (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 7 years, 2 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: test/generated_message_test.dart
diff --git a/test/generated_message_test.dart b/test/generated_message_test.dart
index dab06367419f419d042aa8ef76767c718cc959ec..c2f968e21e44c15e2f26987aead6fd084092df8d 100755
--- a/test/generated_message_test.dart
+++ b/test/generated_message_test.dart
@@ -20,7 +20,6 @@ import 'test_util.dart';
void main() {
final throwsInvalidProtocolBufferException =
throwsA(new isInstanceOf<InvalidProtocolBufferException>());
-
test('testProtosShareRepeatedArraysIfDidntChange', () {
TestAllTypes value1 = new TestAllTypes()
..repeatedInt32.add(100)
« pubspec.yaml ('K') | « test/file_generator_test.dart ('k') | test/json_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698