unstable/macro-testing -> syntax/macro-testing
This commit is contained in:
parent
cf4a033872
commit
f6779f2cfa
|
@ -3,7 +3,7 @@
|
|||
#lang racket/load
|
||||
|
||||
(require (only-in typed/racket with-type String)
|
||||
unstable/macro-testing)
|
||||
syntax/macro-testing)
|
||||
|
||||
;; Ensure that types are unregistered in the type environment for free
|
||||
;; variables for a `with-type` at the top-level
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#lang racket/load
|
||||
|
||||
(require (only-in typed/racket with-type)
|
||||
unstable/macro-testing)
|
||||
syntax/macro-testing)
|
||||
|
||||
;; Test that the typed-context? flag is properly reset
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
(base-env base-types-extra)
|
||||
(base-env prims)
|
||||
rackunit
|
||||
unstable/macro-testing)
|
||||
syntax/macro-testing)
|
||||
|
||||
(provide tests)
|
||||
(gen-test-main)
|
||||
|
|
Loading…
Reference in New Issue
Block a user