fwrite test 4: do not reopen file
This commit is contained in:
@@ -1200,14 +1200,6 @@ _start:
|
|||||||
call fwrite
|
call fwrite
|
||||||
assert_eq(18)
|
assert_eq(18)
|
||||||
|
|
||||||
; Re-open in write mode, again
|
|
||||||
mov rdi, [fp1]
|
|
||||||
call fclose
|
|
||||||
lea rdi, [rel file1]
|
|
||||||
mov rsi, 'w'
|
|
||||||
call fopen
|
|
||||||
mov [fp1], rax
|
|
||||||
|
|
||||||
; TEST 4
|
; TEST 4
|
||||||
printTest(fwrite4)
|
printTest(fwrite4)
|
||||||
mov rdi, [fp1]
|
mov rdi, [fp1]
|
||||||
|
Reference in New Issue
Block a user