Project

General

Profile

« Previous | Next » 

Revision 22deda43

Added by mame (Yusuke Endoh) about 4 years ago

tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf

Formerly, TypeProf was tested with the latest RBS code during
make test-bundled-gems. However, when a new version of rbs is
released, and if it is incompatible with TypeProf,
make test-bundled-gems starts failing, which was annoying.

By this change, TypeProf is tested with the bundled version of RBS.