Skip to content

Commit

Permalink
[cosmetic] Link #shouldBeImplemented in #tcInvs and its skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Nov 18, 2024
1 parent 4de443d commit 423bc25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SpriteLang-Tests/L8PosTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Class {

{ #category : #tests }
L8PosTest >> test_append [
self skip
self skip "cf. #tcInvs"
]

{ #category : #tests }
Expand Down
2 changes: 1 addition & 1 deletion src/SpriteLang/Array.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tcInvs :: [SrcData] -> F.SEnv Reft
| inv |
inv := d inv.
inv isKnown and: [ inv expr pTrivial not ]
]) collect: [ :d | d shouldBeImplemented ])
]) collect: [ :d | d shouldBeImplemented "L8 test_append" ])
]

0 comments on commit 423bc25

Please sign in to comment.