Function run_make_support::assert_equals
source ยท pub fn assert_equals(actual: &str, expected: &str)Expand description
Check that actual is equal to expected. Panic otherwise.
pub fn assert_equals(actual: &str, expected: &str)Check that actual is equal to expected. Panic otherwise.