unstable/macro-testing -> syntax/macro-testing

This commit is contained in:
Vincent St-Amour 2015-07-31 12:11:28 -05:00
parent cf4a033872
commit f6779f2cfa
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -6,7 +6,7 @@
(base-env base-types-extra)
(base-env prims)
rackunit
unstable/macro-testing)
syntax/macro-testing)
(provide tests)
(gen-test-main)