tests: fixture 파일명과 unit 동기화
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
unit okprop;
|
||||
|
||||
pub fn propagate(w: io.Writer) -> !void {
|
||||
try @fprint(w, "a{}b", 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user