make comment consistent

This commit is contained in:
Ralf Jung 2026-01-20 08:36:00 +01:00
parent ff5a250132
commit 24e28e71f8

View file

@ -122,8 +122,8 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
this.write_scalar(result, dest)?;
}
// FIXME: add a test that directly calls this function.
"mach_wait_until" => {
// FIXME: This does not have a direct test (#3179).
let [deadline] = this.check_shim_sig_lenient(abi, CanonAbi::C, link_name, args)?;
let result = this.mach_wait_until(deadline)?;
this.write_scalar(result, dest)?;