Skip to content

Commit

Permalink
Remove the loading of Reference checker from the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jun 27, 2024
1 parent d188513 commit c0c3cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfMicrodown/BaselineOfMicrodown.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ BaselineOfMicrodown >> baseline: spec [
with: [ spec requires: #( #'Microdown-LaTeXExporter-Tests' ) ];
package: #'Microdown-PrettyPrinter'
with: [ spec requires: #( #Microdown ) ];
package: #'Microdown-ReferenceChecker' with: [
spec requires: #( #'Microdown' ) ];
"package: #'Microdown-ReferenceChecker' with: [
spec requires: #( #'Microdown' ) ];"

package: #'Microdown-ParentChildrenChecker' with: [
spec requires: #( #'Microdown' ) ];
Expand Down

0 comments on commit c0c3cb0

Please sign in to comment.