Drop an obsolete todo

This commit is contained in:
Richard Feldman 2022-02-01 20:43:43 -05:00
parent e65e6c97d1
commit f8eec65229
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -273,7 +273,6 @@ macro_rules! assert_expect_failed {
assert_eq!(&success, &expected); assert_eq!(&success, &expected);
}; };
run_jit_function_raw!(lib, main_fn_name, $ty, transform, errors); run_jit_function_raw!(lib, main_fn_name, $ty, transform, errors);
todo!("Actually look up the failures and check them")
}}; }};
} }