You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
#8419 (comment)
Currently we just put all test specs in the
res
folder regardless of where they're used. We should split https://github.com/paritytech/parity/blob/master/ethcore/src/spec/spec.rs#L809 and move each spec to the module that uses it. We should also annotate test specs with#[cfg(test)]
so that the spec isn't included in the binary.The text was updated successfully, but these errors were encountered: