better path for test file
This commit is contained in:
parent
ecf7158e13
commit
be760cf209
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use std::fs::{self, File};
|
|||
use std::io::Read;
|
||||
|
||||
fn main() {
|
||||
let bytecode = read_class_file("/Users/FJ19WK/RustroverProjects/classfile_reader/MetaField.class");
|
||||
let bytecode = read_class_file("./MetaField.class");
|
||||
if let Some(class) = classfile_reader::get_class(bytecode){
|
||||
println!("{:?}", class);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue