We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c73c32 commit 1c4d596Copy full SHA for 1c4d596
src/tests/rust_guests/simpleguest/src/main.rs
@@ -395,7 +395,7 @@ fn print_eleven_args(function_call: &FunctionCall) -> Result<Vec<u8>> {
395
} else {
396
Err(HyperlightGuestError::new(
397
ErrorCode::GuestFunctionParameterTypeMismatch,
398
- "Invalid parameters passed to print_ten_args".to_string(),
+ "Invalid parameters passed to print_eleven_args".to_string(),
399
))
400
}
401
0 commit comments