aboutsummaryrefslogtreecommitdiff
path: root/tests/printf/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/printf/test.c')
-rw-r--r--tests/printf/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/printf/test.c b/tests/printf/test.c
index adeb69db..c83d92b0 100644
--- a/tests/printf/test.c
+++ b/tests/printf/test.c
@@ -8286,6 +8286,7 @@ int main() {
printf("%x\n", -0xFFFFFFFF);
printf("\n");
printf("%*.*E\n", 10, -1, 12345.6789123);
+ printf("%*.*E\n", 10, -313, 12345.6789123);
printf("no_new_line");
return 0;
}