Clean up compiled test files to force recompiling.
original commit: aa856924367bb7839f7522258d9b119215c53987
This commit is contained in:
parent
9eee232cd2
commit
a89972183a
|
@ -1,7 +1,8 @@
|
|||
#;
|
||||
(
|
||||
TR opt: multi-file2.rkt 12:10 (+ 3 5) -- fixnum bounded expr
|
||||
TR opt: multi-file2.rkt 12:3 (* 3.4 (+ 3 5)) -- binary float
|
||||
TR missed opt: multi-file1.rkt 12:2 (* x (ann 3 Integer)) -- all args float-arg-expr, result not Float -- caused by: 12:12 3
|
||||
TR opt: multi-file2.rkt 13:10 (+ 3 5) -- fixnum bounded expr
|
||||
TR opt: multi-file2.rkt 13:3 (* 3.4 (+ 3 5)) -- binary float
|
||||
81.6
|
||||
)
|
||||
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
(parameterize
|
||||
([current-namespace (make-base-empty-namespace)]
|
||||
[current-load-relative-directory dir])
|
||||
(dynamic-require f #f)))))
|
||||
(dynamic-require f #f))
|
||||
;; clean up compiled files in prevision of the next testing run
|
||||
(delete-directory/files (build-path dir "compiled")))))
|
||||
|
||||
;; we log optimizations and compare to an expected log to make sure that all
|
||||
;; the optimizations we expected did indeed happen
|
||||
|
|
Loading…
Reference in New Issue
Block a user