From 780f976310d979731ead9a4ae089829378979691 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 20 Jul 1995 18:50:31 +0000 Subject: [PATCH] * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests only depend on gdb's expression code, not the chill runtime. --- gdb/testsuite/ChangeLog | 3 +++ gdb/testsuite/gdb.chill/chexp.exp | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 73620d0..35795b2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu) + * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests + only depend on gdb's expression code, not the chill runtime. + * gdb.base/return.c: Put return values into variables so we can have gdb print them rather than depending on the program to print them. diff --git a/gdb/testsuite/gdb.chill/chexp.exp b/gdb/testsuite/gdb.chill/chexp.exp index 44fe38d..0f957a7 100644 --- a/gdb/testsuite/gdb.chill/chexp.exp +++ b/gdb/testsuite/gdb.chill/chexp.exp @@ -428,8 +428,6 @@ proc test_arithmetic_expressions {} { # Start with a fresh gdb. -if [skip_chill_tests] then { continue } - gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir -- 2.7.4