From 5df391f6d7b15490c3a6bf71a091c80f950e0e16 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 28 Jul 2008 20:00:26 -0700 Subject: [PATCH] Re-enable spec/library for full CI runs. --- spec/full.mspec | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/full.mspec b/spec/full.mspec index 876f858a9..e6cf79e5a 100644 --- a/spec/full.mspec +++ b/spec/full.mspec @@ -11,6 +11,7 @@ class MSpecScript 'spec/debugger', 'spec/subtend', 'spec/frozen/1.8/library', + 'spec/library', # parser specs cause odd problems with library # specs, so they go last 'spec/parser', -- 2.11.4.GIT