correcting spelling mistake in test case
This commit is contained in:
parent
7373649112
commit
8d54e85f14
|
@ -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) '()]
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user