mirror of
https://github.com/Noratrieb/coldsquare.git
synced 2026-01-16 17:35:10 +01:00
tests and fixes
This commit is contained in:
parent
ef797d6fa2
commit
5d435a208c
10 changed files with 345 additions and 135 deletions
|
|
@ -4,7 +4,7 @@ fn main() {
|
|||
let file = "Test.class";
|
||||
let file = std::fs::read(file).unwrap();
|
||||
|
||||
let class_file = parse_class_file(file).unwrap();
|
||||
let class_file = parse_class_file(&file).unwrap();
|
||||
|
||||
println!("{:?}", class_file);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue