1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Suppress warnings

This commit is contained in:
Nobuyoshi Nakada 2019-06-20 17:41:01 +09:00
parent e6fbdde229
commit e31602b78d
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -50,7 +50,7 @@ module Racc
"-O#{OUT_DIR}/#{file}",
"-o#{TAB_DIR}/#{file}",
]
racc *args, **opt
racc(*args, **opt)
end
def assert_debugfile(asset, ok)