@@ -100,7 +100,7 @@ endmodule
100100 }
101101
102102 // Clean up
103- std::remove (after_vlog_path. c_str () );
103+ removeFile (after_vlog_path);
104104}
105105
106106TEST_F (BufRemTest3, RemoveBufferCase5)
@@ -167,7 +167,7 @@ endmodule
167167 }
168168
169169 // Clean up
170- std::remove (after_vlog_path. c_str () );
170+ removeFile (after_vlog_path);
171171}
172172
173173TEST_F (BufRemTest3, RemoveBufferCase4)
@@ -295,7 +295,7 @@ endmodule
295295 }
296296
297297 // Clean up
298- std::remove (after_vlog_path. c_str () );
298+ removeFile (after_vlog_path);
299299}
300300
301301TEST_F (BufRemTest3, RemoveBufferCase3)
@@ -383,7 +383,7 @@ endmodule
383383 }
384384
385385 // Clean up
386- std::remove (after_vlog_path. c_str () );
386+ removeFile (after_vlog_path);
387387}
388388
389389TEST_F (BufRemTest3, RemoveBufferCase2)
@@ -460,7 +460,7 @@ endmodule
460460 }
461461
462462 // Clean up
463- std::remove (after_vlog_path. c_str () );
463+ removeFile (after_vlog_path);
464464}
465465
466466TEST_F (BufRemTest3, RemoveBufferCase1)
@@ -541,7 +541,7 @@ endmodule
541541 }
542542
543543 // Clean up
544- std::remove (after_vlog_path. c_str () );
544+ removeFile (after_vlog_path);
545545}
546546
547547TEST_F (BufRemTest3, RemoveBufferCase0)
@@ -629,7 +629,7 @@ endmodule
629629 }
630630
631631 // Clean up
632- std::remove (after_vlog_path. c_str () );
632+ removeFile (after_vlog_path);
633633}
634634
635635} // namespace rsz
0 commit comments