chore: fix snapshots

This commit is contained in:
Evan You 2020-02-04 22:56:53 -05:00
parent 8da6df7235
commit c441e88469
2 changed files with 2 additions and 1 deletions

View File

@ -195,6 +195,7 @@ exports[`compiler: codegen temps 1`] = `
return function render() { return function render() {
with (this) { with (this) {
let _temp0, _temp1, _temp2 let _temp0, _temp1, _temp2
return null return null
} }
}" }"

View File

@ -565,7 +565,7 @@ describe('compiler: codegen', () => {
" "
return function render() { return function render() {
with (this) { with (this) {
return (foo = bar) return foo = bar
} }
}" }"
`) `)