Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhartha Prasad authored and Siddhartha Prasad committed Feb 20, 2024
1 parent a12ab81 commit 53fd0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forge/sigs.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@
(define sterling-or-instance (if (equal? (get-option run 'run_sterling) 'off)
(format "Sterling disabled, so reporting raw instance data:~n~a" instance)
"Running Sterling to show instance (or unsat) generated..."))
(raise-forge-error #:msg (format "Test ~a failed. ~a~n~n" name sterling-or-instance)
(raise-forge-error #:msg (format "~a ~a~n~n" msg sterling-or-instance)
#:context context
#:raise? #f)
; Display in Sterling (if run_sterling is enabled)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ pred TreeWithEdges
some edges
}

assert TreeWithEdges is necessary for isUndirectedTree
assert TreeWithEdges is necessary for isUndirectedTree
assert all n : Node | TreeWithEdges is necessary for isUndirectedTree

0 comments on commit 53fd0aa

Please sign in to comment.