From 14e325348bf504d4cc7e275536004ddad2c99032 Mon Sep 17 00:00:00 2001 From: Tomoyuki Sahara Date: Tue, 17 Jun 2014 11:37:57 +0900 Subject: [PATCH] copy-and-paste bug... --- test/dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dir.rb b/test/dir.rb index 95acf7725..9cc33eee2 100644 --- a/test/dir.rb +++ b/test/dir.rb @@ -1,7 +1,7 @@ # Note: testing telldir(3) and seekdir(3) in portable manner is very hard. assert('Dir') do - assert_equal(Class, Addrinfo.class) + assert_equal(Class, Dir.class) end assert('DirTest.setup') do