From 8459521db5c5fc35591d30c097dbd3c9f03bc484 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 30 Dec 2020 18:02:46 +0100 Subject: [PATCH] No more `StreamingTest`s --- implementations/racket/preserves/preserves/tests/test-main.rkt | 2 -- 1 file changed, 2 deletions(-) diff --git a/implementations/racket/preserves/preserves/tests/test-main.rkt b/implementations/racket/preserves/preserves/tests/test-main.rkt index 75953ad..a2305ec 100644 --- a/implementations/racket/preserves/preserves/tests/test-main.rkt +++ b/implementations/racket/preserves/preserves/tests/test-main.rkt @@ -170,8 +170,6 @@ (run-test-case 'normal t-name loc binary-form annotated-text-form)] [`#s(NondeterministicTest ,(strip-annotations binary-form) ,annotated-text-form) (run-test-case 'nondeterministic t-name loc binary-form annotated-text-form)] - [`#s(StreamingTest ,(strip-annotations binary-form) ,annotated-text-form) - (run-test-case 'streaming t-name loc binary-form annotated-text-form)] [`#s(DecodeTest ,(strip-annotations binary-form) ,annotated-text-form) (run-test-case 'decode t-name loc binary-form annotated-text-form)] [`#s(ParseError ,(strip-annotations str))