Fix Rust syntax in generated code.

This code is not currently emitted, though it will be when there
are more legalization rules.
This commit is contained in:
Dan Gohman
2018-03-28 11:50:19 -07:00
parent 7b51edd285
commit 8d560cf8ba
2 changed files with 9 additions and 8 deletions

View File

@@ -148,9 +148,9 @@ class TestRuntimeChecks(TestCase):
self.v5 << vselect(self.v1, self.v3, self.v4),
)
x = XForm(r, r)
tv2_exp = 'Some({}).map(|t: Type| -> t.as_bool())'\
tv2_exp = 'Some({}).map(|t: ir::Type| t.as_bool())'\
.format(self.v2.get_typevar().name)
tv3_exp = 'Some({}).map(|t: Type| -> t.as_bool())'\
tv3_exp = 'Some({}).map(|t: ir::Type| t.as_bool())'\
.format(self.v3.get_typevar().name)
self.check_yo_check(