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

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart

Issue 1575433005: Regenerate Dart .mojom files (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Run tests again? Created 4 years, 11 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: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart
index 5024cac2797fb2fdd098e372fbfa867ef2f40596..4b8f818df755c37b22b9da66968650eb4f6f5b9f 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_structs.mojom.dart
@@ -3519,25 +3519,25 @@ class UnsignedNumberValues extends bindings.Struct {
];
static const int v0 = 0;
static const int v1 = 42;
- static const int v2 = 0xFF;
+ static const int v2 = 255;
static const int v3 = 0;
static const int v4 = 12345;
- static const int v5 = 0xFFFF;
+ static const int v5 = 65535;
static const int v6 = 0;
static const int v7 = 1234567890;
- static const int v8 = 0xFFFFFFFF;
+ static const int v8 = 4294967295;
static const int v9 = 0;
static const int v10 = 1234567890123456;
static const int v11 = 9007199254740991;
int f0 = 0;
int f1 = 42;
- int f2 = 0xFF;
+ int f2 = 255;
int f3 = 0;
int f4 = 12345;
- int f5 = 0xFFFF;
+ int f5 = 65535;
int f6 = 0;
int f7 = 1234567890;
- int f8 = 0xFFFFFFFF;
+ int f8 = 4294967295;
int f9 = 0;
int f10 = 1234567890123456;
int f11 = 9007199254740991;

Powered by Google App Engine
This is Rietveld 408576698