diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-03-28 17:58:45 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-03-28 18:02:50 +0900 |
commit | c86ccccbd75061f4af0893a03951400227ed76e3 (patch) | |
tree | 1cc1d2dc2302aa7cfedf882283bfa366e7762d19 | |
parent | 6b05f125bb721ee7f2c91b7744475f947d3a8295 (diff) |
Revert "RBS: Pathname#taint and Pathname#untaint are removed"
This reverts commit 46132e78b7438389bf49a860a0cd8957f685dcb3, in favor
of 298cb57c115e789c021962c758eb734c2d8ee1f6.
-rw-r--r-- | tool/rbs_skip_tests | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index e26b467db5..e3173d3844 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -26,5 +26,3 @@ NetInstanceTest depending on external resources TestHTTPRequest depending on external resources TestSingletonNetHTTPResponse depending on external resources TestInstanceNetHTTPResponse depending on external resources -test_taint(PathnameInstanceTest) removed at ruby/pathname@c52fd3a835 -test_untaint(PathnameInstanceTest) removed at ruby/pathname@c52fd3a835 |