From 051fb7f247492763053a434980a02743e12f9f3d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 20 Apr 2014 20:06:07 -0600 Subject: [PATCH] plt-web/build: don't run as test --- pkgs/plt-web-pkgs/plt-web-lib/build.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/plt-web-pkgs/plt-web-lib/build.rkt b/pkgs/plt-web-pkgs/plt-web-lib/build.rkt index 1a410eb1ba..61414a6d67 100644 --- a/pkgs/plt-web-pkgs/plt-web-lib/build.rkt +++ b/pkgs/plt-web-pkgs/plt-web-lib/build.rkt @@ -85,3 +85,5 @@ [else (void)]) (printf "Done.\n") + +(module test racket/base)