Commits

Mark Lacey committed bc94823c363
Use let instead of var in test, and assign to _. An upcoming change allows us to get past the type checker on this test, which means we get a bunch of new warnings about using let and unused values. These changes suppress those new warnings.