From 9ed08a9d51615df9f3bccd7cb77c886280700c97 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@real-time.com> Date: Sun, 24 Apr 2011 10:49:09 -0500 Subject: [PATCH] Last commit wrong about the proper value of file type. Ernst's test case and ours were not the same. --- test/test-source-file-type.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-source-file-type.script b/test/test-source-file-type.script index 720231fb..122e6c08 100644 --- a/test/test-source-file-type.script +++ b/test/test-source-file-type.script @@ -13,7 +13,7 @@ (assert (equalp (mapcar #'pathname-type (mapcar #'asdf:component-pathname (asdf:module-components (asdf:find-system :test-source-file-type-1)))) - '("cl" "cl"))) + '("lisp" "cl"))) (set sym nil) (asdf:load-system 'test-source-file-type-2 :verbose t) (assert (symbol-value sym)))) -- GitLab