We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8a269 commit a4858dfCopy full SHA for a4858df
redex-test/redex/tests/bitmap-test.rkt
@@ -309,13 +309,6 @@
309
'subst subst-rw
310
(render-metafunction subst)))
311
"metafunction-subst.png")
312
-(btest (with-atomic-rewriters
313
- (['number "number"]
314
- ['number "number"]) ;; these rewriters have no effect; here to test that path in the code
315
- (with-compound-rewriter
316
- 'subst subst-rw
317
- (render-metafunction subst)))
318
- "metafunction-subst.png")
319
320
321
;; make sure two metafunctions simultaneously rewritten line up properly
0 commit comments