mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-22 07:58:24 +00:00
fix test
This commit is contained in:
parent
7657a05ebd
commit
f007b3e400
|
@ -5,7 +5,7 @@ struct Hello {
|
|||
}
|
||||
|
||||
pub fn main() -> i64 {
|
||||
let x: Hello = Hello {
|
||||
let mut x: Hello = Hello {
|
||||
a: 2,
|
||||
b: 3,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue