[PRISM] Enable TestRequire
This commit is contained in:
parent
e61d24d77e
commit
cce7c25a42
@ -9454,6 +9454,7 @@ pm_load_file(pm_parse_result_t *result, VALUE filepath, bool load_error)
|
||||
VALUE
|
||||
pm_parse_file(pm_parse_result_t *result, VALUE filepath)
|
||||
{
|
||||
result->node.filepath_encoding = rb_enc_get(filepath);
|
||||
pm_options_filepath_set(&result->options, RSTRING_PTR(filepath));
|
||||
RB_GC_GUARD(filepath);
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
exclude(:test_require_nonascii_path_shift_jis, "requiring non-ascii paths")
|
Loading…
x
Reference in New Issue
Block a user