Fix test for removed missed opt logging.
This commit is contained in:
parent
319e6fd4e1
commit
f6bb11c1d5
|
@ -1,9 +1,5 @@
|
|||
#;#;
|
||||
#<<END
|
||||
TR info: marketplace-struct.rkt 38:9 vm -- struct constructor
|
||||
TR info: marketplace-struct.rkt 38:9 vm -- struct constructor
|
||||
TR info: marketplace-struct.rkt 89:39 process -- struct constructor
|
||||
TR info: marketplace-struct.rkt 96:3 vm -- struct constructor
|
||||
TR missed opt: marketplace-struct.rkt 118:34 (in-hash-keys (vm-processes state)) -- non-specialized for clause
|
||||
TR missed opt: marketplace-struct.rkt 127:32 (in-hash-keys (vm-processes state)) -- non-specialized for clause
|
||||
TR missed opt: marketplace-struct.rkt 132:46 (in-hash-keys (process-endpoints p)) -- non-specialized for clause
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
#;#;
|
||||
#<<END
|
||||
TR info: struct-constructor.rkt 6:7 foo -- struct constructor
|
||||
END
|
||||
""
|
||||
#lang typed/racket
|
||||
#reader typed-racket-test/optimizer/reset-port
|
||||
|
||||
(provide (struct-out foo))
|
||||
|
||||
(struct: foo ())
|
||||
|
||||
(void (foo))
|
|
@ -1,8 +1,6 @@
|
|||
#;#;
|
||||
#<<END
|
||||
TR info: dead-substructs.rkt 13:14 (error "eh?") -- vector of floats
|
||||
TR info: dead-substructs.rkt 15:4 make-child1 -- struct constructor
|
||||
TR info: dead-substructs.rkt 16:4 make-child2 -- struct constructor
|
||||
END
|
||||
#<<END
|
||||
1
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#;#;
|
||||
#<<END
|
||||
TR info: pr14380.rkt 11:15 foo -- struct constructor
|
||||
END
|
||||
#<<END
|
||||
#<procedure:unbox>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#;#;
|
||||
#<<END
|
||||
TR info: structs.rkt 2:11 pt -- struct constructor
|
||||
TR opt: structs.rkt 3:0 (pt-x a) -- struct ref
|
||||
TR opt: structs.rkt 4:0 (set-pt-y! a 5) -- struct set
|
||||
END
|
||||
|
|
Loading…
Reference in New Issue
Block a user