summaryrefslogtreecommitdiff
path: root/test/regress/regress0/expect/scrub.01.smt
blob: ee7d56f29c155420a00092515ec4207211ca5e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; SCRUBBER: sed -e 's/The fact in question: .*$/The fact in question: TERM/'
; EXPECT: (error "A non-linear fact was asserted to arithmetic in a linear logic.
; EXPECT: The fact in question: TERM
; EXPECT: ")
; EXIT: 1

(benchmark reject_nonlinear
:logic QF_LRA
:extrafuns ((n Real))
:status unknown
:formula
(= (/ n n) 1)
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback