correcting spelling mistake in test case

This commit is contained in:
Danny Yoo 2011-08-08 11:34:49 -04:00
parent 7373649112
commit 8d54e85f14
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@
(cons first-block-label (collect-general-jump-targets stmts))]
[entry-points : (Listof Symbol)
(cons first-block-label (collect-entry-points stmts))])
(let: loop : (values (Listof BasicBlock) (Listof Symbol))
([name : Symbol first-block-label]
[acc : (Listof UnlabeledStatement) '()]

View File

@ -235,7 +235,7 @@
'closureStart))
(make-PopEnvironment (make-Const 2) (make-Const 0))
(make-AssignPrimOpStatement 'val (make-GetCompiledProcedureEntry))
'thEnd)
'theEnd)
"typeof(MACHINE.val) + ',' + (MACHINE.val === MACHINE.proc.label)")
"function,true")