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

Unified Diff: mojom/mojom_parser/serialization/serialization_test.go

Issue 1794563002: Fix broken build: SimpleTypes_InT32 -> SimpleTypes_Int32 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_parser/serialization/serialization_test.go
diff --git a/mojom/mojom_parser/serialization/serialization_test.go b/mojom/mojom_parser/serialization/serialization_test.go
index f9f5b6e9199e1b8ba5f0ab59feb1e4cf8b2caa42..8b5ab52dbb0ff5c6d33bed796e0960a5d17526e0 100644
--- a/mojom/mojom_parser/serialization/serialization_test.go
+++ b/mojom/mojom_parser/serialization/serialization_test.go
@@ -325,7 +325,7 @@ func TestSingleFileSerialization(t *testing.T) {
// field x
{
DeclData: test.newShortDeclDataO(0, 21, "x"),
- Type: &mojom_types.TypeSimpleType{mojom_types.SimpleType_InT32},
+ Type: &mojom_types.TypeSimpleType{mojom_types.SimpleType_Int32},
Tag: 21,
},
// field y
@@ -382,7 +382,7 @@ func TestSingleFileSerialization(t *testing.T) {
// field x
{
DeclData: test.newShortDeclDataO(0, 21, "x"),
- Type: &mojom_types.TypeSimpleType{mojom_types.SimpleType_InT32},
+ Type: &mojom_types.TypeSimpleType{mojom_types.SimpleType_Int32},
Tag: 21,
},
// field y
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698