Skip to content

Commit

Permalink
fix(diagnostic): changing test name
Browse files Browse the repository at this point in the history
  • Loading branch information
HicaroD committed Jan 15, 2024
1 parent 83a2c93 commit 4726f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-parse-function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ TEST_F(Test_Parse_Function, return_with_comma_operator_missing_arguments) {
}
}

TEST_F(Test_Parse_Function, await_instead_of_async_on_function_declaration) {
TEST_F(Test_Parse_Function, unexpected_await_on_function_declaration) {
test_parse_and_visit_statement(
u8"await function f() { }"_sv, //
u8"^^^^^ Diag_Unexpected_Await_On_Function_Declaration"_diag);
Expand Down

0 comments on commit 4726f58

Please sign in to comment.