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

Unified Diff: test/generated_message_test.dart

Issue 813373003: Protobuf changes for smaller dart2js code, Int64 fixes (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin@master
Patch Set: Created 6 years 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 | « test/file_generator_test.dart ('k') | test/message_generator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_message_test.dart
diff --git a/test/generated_message_test.dart b/test/generated_message_test.dart
index eaa18241a1321833f8a02299eb8c3bda5a68d40c..55e582e16a27d9531eb83621fca0036ba0b5faa6 100755
--- a/test/generated_message_test.dart
+++ b/test/generated_message_test.dart
@@ -147,6 +147,8 @@ void main() {
expect(message.negInfFloat, same(double.NEGATIVE_INFINITY));
expect(message.nanFloat, same(double.NAN));
expect(message.cppTrigraph, '? ? ?? ?? ??? ??/ ??-');
+ expect(message.smallInt64.toRadixString(16).toUpperCase(),
+ '-7FFFFFFFFFFFFFFF');
});
test('testClear', () {
« no previous file with comments | « test/file_generator_test.dart ('k') | test/message_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698