From 4c0f24a9ddabf8c5469e0214d5be02f9fa42b28e Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 1 Oct 2007 06:30:39 +0000 Subject: * bootstraptest/runner.rb (assert_normal_exit): use `` instead of system. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41a8cbaa7..3733c10b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 1 15:29:35 2007 Tanaka Akira + + * bootstraptest/runner.rb (assert_normal_exit): use `` instead of + system. + Mon Oct 1 15:17:48 2007 Nobuyoshi Nakada * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911] -- cgit