tests: correct test name

master
Andrew Kelley 2016-09-19 20:19:02 -04:00
parent 3239b3cb69
commit e397ea43c0
1 changed files with 1 additions and 1 deletions

View File

@ -1386,7 +1386,7 @@ fn f() {
}
)SOURCE", 1, ".tmp_source.zig:4:19: error: type 'i8' has same or fewer bits than destination type 'i8'");
add_compile_fail_case("truncate same bit count", R"SOURCE(
add_compile_fail_case("%return in function with non error return type", R"SOURCE(
fn f() {
%return something();
}