projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4af5b6
)
Removed debug print
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 4 Nov 2024 20:49:15 +0000
(21:49 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 4 Nov 2024 20:49:15 +0000
(21:49 +0100)
src/test.c
patch
|
blob
|
history
diff --git
a/src/test.c
b/src/test.c
index c54a422628b071c67aeae2329b14205c98baa6b4..444c1d50fc1718f2405f0a6a13a6a1319025935d 100644
(file)
--- a/
src/test.c
+++ b/
src/test.c
@@
-90,7
+90,7
@@
void test_strbuf(void) {
FILE *dst = fmemopen(dstbuf, ULAS_LINEMAX, "we"); \
assert(ulas_preproc(dst, src) == (expect_ret)); \
fclose(src); \
- fclose(dst);
printf("%s\n", dstbuf);
\
+ fclose(dst); \
assert(strcmp(dstbuf, (expect_dst)) == 0); \
}