diff options
author | colin <colin@cicadas.surf> | 2024-07-23 22:10:09 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-07-23 22:10:09 -0700 |
commit | 6e03beca8b660a3266e59720ef4df50cde05b03f (patch) | |
tree | e737e83f3816096344af84b946b49a7b3a43f90a /testiere.asd | |
parent | 36405e8288566954dbffc33bc9c384f6216853bc (diff) |
Remove: config didn't work;HEADon-by-defaultmain
Diffstat (limited to 'testiere.asd')
-rw-r--r-- | testiere.asd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testiere.asd b/testiere.asd index c69c0bf..3703823 100644 --- a/testiere.asd +++ b/testiere.asd @@ -10,5 +10,4 @@ :serial t :components ((:file "package") (:file "testiere") - (:file "standard-hooks") - (:file "config"))) + (:file "standard-hooks"))) |