Index: packages/colnew.asd
===================================================================
--- packages/colnew.asd	(revision 1094:1dfab1a320db)
+++ packages/colnew.asd	(revision 1096:d520cc7f12d9)
@@ -102,7 +102,4 @@
   (oos 'test-op "colnew-test-1")
   (oos 'test-op "colnew-test-2")
-  ;; Cannot run both test 2 and test 3 because they both define a
-  ;; blank common block that are incompatible.
-  #-(and)
   (oos 'test-op "colnew-test-3"))
 
@@ -174,3 +171,2 @@
 (defmethod perform ((op test-op) (c (eql (find-system "colnew-test-3"))))
   (funcall (intern "PROB3" (find-package '#:colnew))))
-
