Skip to content

Commit

Permalink
[cosmetic] Consistently categorize HornTest>>provePos/Neg
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Oct 17, 2024
1 parent 6187ebe commit 4968bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Refinements-Tests/HornTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Class {
#category : #'Refinements-Tests'
}

{ #category : #tests }
{ #category : #proving }
HornTest >> proveNeg: txt [
| q |
q := NNFParser parse: txt.
self deny: q isPetitFailure.
self deny: q solve isSafe
]

{ #category : #'tests - safety' }
{ #category : #proving }
HornTest >> provePos: txt [
| q |
q := NNFParser parse: txt.
Expand Down

0 comments on commit 4968bbe

Please sign in to comment.