From 303dc3c591e324b6bbc691326d8bea76fe3b8fda Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 9 Aug 2016 06:44:45 +0000 Subject: * ext/tk: Tk is removed from stdlib. [Feature #8539] https://github.com/ruby/tk is the new upstream. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_extlibs.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ruby/test_extlibs.rb') diff --git a/test/ruby/test_extlibs.rb b/test/ruby/test_extlibs.rb index 4d14ed45a8..9b82b4f8cd 100644 --- a/test/ruby/test_extlibs.rb +++ b/test/ruby/test_extlibs.rb @@ -79,8 +79,6 @@ class TestExtLibs < Test::Unit::TestCase check_existence "strscan" check_existence "syslog" check_existence "thread" - #check_existence "tk" # depend on Tcl/Tk - #check_existence "tk/tkutil" # depend on Tcl/Tk check_existence "Win32API" check_existence "win32ole" check_existence "zlib", "this may be false positive, but should assert because rubygems requires this" -- cgit v1.2.3