Skip to content

Commit

Permalink
Migrate comment to new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Aug 3, 2022
1 parent 406f215 commit 9300ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/test-files/fixtures/features/generic_functions.fe
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ contract Example {
assert runner.run(Mac()) == 1001
assert runner.run(Linux(counter: 10)) == 1015

# We are testing that we can satisfy a trait bound where the trait is defined in another module
// We are testing that we can satisfy a trait bound where the trait is defined in another module
runner.dummy(Mac())
}
}

0 comments on commit 9300ef4

Please sign in to comment.