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

Unified Diff: test/unknown_field_set_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/unknown_field_set_test.dart
diff --git a/test/unknown_field_set_test.dart b/test/unknown_field_set_test.dart
index 039ff78ab75c904400b9742e6db77cfd3ac4709d..8ff4d9df20f37497514932d17b496a50315fd3dc 100755
--- a/test/unknown_field_set_test.dart
+++ b/test/unknown_field_set_test.dart
@@ -69,10 +69,7 @@ void main() {
test('testFixed64', () {
UnknownFieldSetField optionalFixed64 = getField('optionalFixed64');
- expect(optionalFixed64.fixed64s[0].getUint32(0),
- testAllTypes.optionalFixed64.getUint32(0));
- expect(optionalFixed64.fixed64s[0].getUint32(4),
- testAllTypes.optionalFixed64.getUint32(4));
+ expect(optionalFixed64.fixed64s[0], testAllTypes.optionalFixed64);
});
test('testLengthDelimited', () {
« pubspec.yaml ('K') | « test/test_util.dart ('k') | test/validate_fail_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698