Skip to content

Commit

Permalink
\を/に修正。キレそう
Browse files Browse the repository at this point in the history
  • Loading branch information
elipmoc committed Sep 30, 2018
1 parent edef3ee commit de35943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/code_gen_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use ruscall::compile::parse;

macro_rules! helper {
($file_name:expr) => {
match parse(include_str!(concat!("test_data\\",$file_name,".rsc")))
match parse(include_str!(concat!("test_data/",$file_name,".rsc")))
{
Ok(ir) => {ir.code_gen($file_name);},
Err(err) => assert!(false, "error!".to_string() + &err)
Expand Down

0 comments on commit de35943

Please sign in to comment.