Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed May 7, 2024
1 parent 7657a05 commit f007b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/edlang_driver/tests/programs/struct.ed
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct Hello {
}

pub fn main() -> i64 {
let x: Hello = Hello {
let mut x: Hello = Hello {
a: 2,
b: 3,
};
Expand Down

0 comments on commit f007b3e

Please sign in to comment.