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

Unified Diff: mojom/mojom_tool/mojom/user_defined_types_test.go

Issue 1933563002: Mojom frontend: Start populating |resolved_concrete_value| field in mojom_types.mojom (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Grammar fix. Created 4 years, 8 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 | « mojom/mojom_tool/mojom/user_defined_types.go ('k') | mojom/mojom_tool/serialization/serialization.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_tool/mojom/user_defined_types_test.go
diff --git a/mojom/mojom_tool/mojom/user_defined_types_test.go b/mojom/mojom_tool/mojom/user_defined_types_test.go
index f1dd46dd07ede0a43968a9dbc258522405156ac3..c2df376c3051e96bc9cab4716c276fd8451102a1 100644
--- a/mojom/mojom_tool/mojom/user_defined_types_test.go
+++ b/mojom/mojom_tool/mojom/user_defined_types_test.go
@@ -232,7 +232,7 @@ func TestUserDefinedValueKind(t *testing.T) {
kind UserDefinedValueKind
}{
{NewTestConstant("const", 42), UserDefinedValueKindDeclaredConst},
- {NewTestEnumValue("foo"), UserDefinedValueKindEnum},
+ {NewTestEnumValue("foo"), UserDefinedValueKindEnumValue},
{FloatInfinity, UserDefinedValueKindBuiltInConst},
}
for _, c := range cases {
« no previous file with comments | « mojom/mojom_tool/mojom/user_defined_types.go ('k') | mojom/mojom_tool/serialization/serialization.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698