From 85778651e49c57607cdbb1ce38c5c8615ef740c9 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 10 May 2011 00:15:23 -0400 Subject: [PATCH] adding test-parse-bytecode-5.1.1 to the test suite. --- test-all.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-all.rkt b/test-all.rkt index cb85390..fb4ec1a 100644 --- a/test-all.rkt +++ b/test-all.rkt @@ -1,6 +1,7 @@ #lang racket (require "test-parse.rkt" + "test-parse-bytecode-5.1.1.rkt" "test-simulator.rkt" "test-compiler.rkt" "test-compiler-2.rkt"