aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/powerset.exp
diff options
context:
space:
mode:
authorWilfried Moser <moser@cygnus>1996-03-06 08:30:40 +0000
committerWilfried Moser <moser@cygnus>1996-03-06 08:30:40 +0000
commit8513db37316149a8f0938e15daa1ff2ab916c6f8 (patch)
tree65ff89dd25326608af4fcb0d1fa9acba7d69a301 /gdb/testsuite/gdb.chill/powerset.exp
parentc105168f7641b925afdd9d15cf0ea0224eb36b84 (diff)
downloadgdb-8513db37316149a8f0938e15daa1ff2ab916c6f8.zip
gdb-8513db37316149a8f0938e15daa1ff2ab916c6f8.tar.gz
gdb-8513db37316149a8f0938e15daa1ff2ab916c6f8.tar.bz2
* powerset.exp: Add test.
Diffstat (limited to 'gdb/testsuite/gdb.chill/powerset.exp')
-rw-r--r--gdb/testsuite/gdb.chill/powerset.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/powerset.exp b/gdb/testsuite/gdb.chill/powerset.exp
index 2d56b7f..5a62aed 100644
--- a/gdb/testsuite/gdb.chill/powerset.exp
+++ b/gdb/testsuite/gdb.chill/powerset.exp
@@ -161,6 +161,9 @@ proc test_max {} {
test_print_accept "print max(v_ps5)" "FALSE"
test_print_accept "print max(v_ps6)" "50"
+ # test an IN
+ test_print_accept "print 0 in v_ps6" "TRUE"
+
# a failure
setup_xfail "*-*-*"
test_print_accept "print max(v_ps51)" "MAX for empty powerset"