Skip to content

Commit

Permalink
Merge pull request #83 from PlasmaFAIR/bugfix/implicit_real_kind_test…
Browse files Browse the repository at this point in the history
…_name

Fix incorrect test name for implicit real kinds rule
  • Loading branch information
ZedThree authored Oct 10, 2024
2 parents a1be6b0 + 1563ead commit be2d6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/precision/implicit_kinds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mod tests {
use textwrap::dedent;

#[test]
fn test_star_kind() -> anyhow::Result<()> {
fn test_implicit_real_kind() -> anyhow::Result<()> {
let source = dedent(
"
real function my_func(a, b, c, d, e) ! catch
Expand Down

0 comments on commit be2d6d8

Please sign in to comment.