Skip to content

Commit

Permalink
fix baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
tomooda committed Jan 31, 2024
1 parent 2d096fd commit 46eea51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ BaselineOfViennaTalk >> baseline: spec [
with: [ spec requires: #( 'ViennaTalk-Parser-AST' ) ];
package: 'ViennaTalk-Slicing-Tests' with: [
spec requires: #( 'ViennaTalk-Slicing-Core'
'ViennaTalk-Parser-AST' 'ViennaTalk-Parser-Core' ) ];
'ViennaTalk-Parser-AST' 'ViennaTalk-Parser-Core' 'ViennaTalk-Parser-Tests') ];
package: 'ViennaTalk-Transpiler-Core' with: [
spec requires: #( 'ViennaTalk-Parser-Core' 'ViennaTalk-Value-Core' ) ];
package: 'ViennaTalk-Transpiler-Debugger' with: [
Expand Down

0 comments on commit 46eea51

Please sign in to comment.