File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6172,13 +6172,13 @@ fn test_casr_afl_csharp_vanilla_afl() {
6172
6172
abs_path ( "tests/tmp_tests_casr/casr_afl_csharp_vanilla_afl_out" ) ,
6173
6173
abs_path ( "tests/casr_tests/csharp/test_casr_afl_csharp" ) ,
6174
6174
abs_path ( "tests/casr_tests/csharp/test_casr_afl_csharp_module" ) ,
6175
- abs_path ( "/tmp/casr_afl_chsarp_vanilla /test_casr_afl_csharp" ) ,
6176
- abs_path ( "/tmp/casr_afl_chsarp_vanilla /test_casr_afl_csharp_module" ) ,
6175
+ abs_path ( "/tmp/casr_afl_csharp_vanilla /test_casr_afl_csharp" ) ,
6176
+ abs_path ( "/tmp/casr_afl_csharp_vanilla /test_casr_afl_csharp_module" ) ,
6177
6177
] ;
6178
6178
6179
6179
let _ = fs:: remove_dir_all ( & paths[ 1 ] ) ;
6180
6180
let _ = fs:: create_dir ( abs_path ( "tests/tmp_tests_casr" ) ) ;
6181
- let _ = fs:: create_dir_all ( "/tmp/casr_afl_chsarp_vanilla " ) ;
6181
+ let _ = fs:: create_dir_all ( "/tmp/casr_afl_csharp_vanilla " ) ;
6182
6182
let _ = copy_dir ( & paths[ 2 ] , & paths[ 4 ] ) . unwrap ( ) ;
6183
6183
let _ = copy_dir ( & paths[ 3 ] , & paths[ 5 ] ) . unwrap ( ) ;
6184
6184
let Ok ( dotnet_path) = which:: which ( "dotnet" ) else {
@@ -6271,7 +6271,7 @@ fn test_casr_afl_csharp_vanilla_afl() {
6271
6271
}
6272
6272
6273
6273
assert ! ( storage. values( ) . all( |x| * x > 1 ) ) ;
6274
- let _ = fs:: remove_dir_all ( "/tmp/casr_afl_chsarp_vanilla " ) ;
6274
+ let _ = fs:: remove_dir_all ( "/tmp/casr_afl_csharp_vanilla " ) ;
6275
6275
}
6276
6276
6277
6277
#[ test]
You can’t perform that action at this time.
0 commit comments