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

Unified Diff: mojo/public/tools/bindings/pylib/mojom_tests/parse/translate_unittest.py

Issue 844433003: Revert "Generate some of the C++ bindings for mojom tagged unions." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « mojo/public/tools/bindings/pylib/mojom_tests/generate/generator_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/pylib/mojom_tests/parse/translate_unittest.py
diff --git a/mojo/public/tools/bindings/pylib/mojom_tests/parse/translate_unittest.py b/mojo/public/tools/bindings/pylib/mojom_tests/parse/translate_unittest.py
index 35434ad94bbb024f46548e79f37c92f63e9d3413..9f2d985d1fa3767a34b5a613809b62e7a1966cdc 100644
--- a/mojo/public/tools/bindings/pylib/mojom_tests/parse/translate_unittest.py
+++ b/mojo/public/tools/bindings/pylib/mojom_tests/parse/translate_unittest.py
@@ -58,7 +58,7 @@ class TranslateTest(unittest.TestCase):
{"kind": "i32", "name": "a", "ordinal": None},
{"kind": "s", "name": "b", "ordinal": None}]}]
actual = translate.Translate(tree, "mojom_tree")
- self.assertEquals(actual["unions"], expected)
+ self.assertEquals(actual["union"], expected)
if __name__ == "__main__":
« no previous file with comments | « mojo/public/tools/bindings/pylib/mojom_tests/generate/generator_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698