compiler_test_utils

Function exec_compile_error

Source
pub fn exec_compile_error<T>(env: &mut SloshVm, input: T)
where T: AsRef<str> + 'static,
Expand description

Read and compile input and fail if compiling does not result in an error.