From 7751a9115790d3418afef4d2fe00f7d0b14fe7f0 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Fri, 14 Mar 2014 21:20:00 -0700
Subject: [PATCH] Add comments.

---
 tests/pcl.lisp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/pcl.lisp b/tests/pcl.lisp
index 218fead87..c49e279d7 100644
--- a/tests/pcl.lisp
+++ b/tests/pcl.lisp
@@ -1,3 +1,7 @@
+;;; Tests for PCL, taken from src/pcl/rt.
+;;;
+;;; It's clear that the tests used mk defsystem to load the tests, but
+;;; it's not clear if the tests were compiled or not before running.
 
 (defpackage "PCL-TESTS"
   (:use "COMMON-LISP" "PCL" "LISP-UNIT"))
-- 
GitLab