summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/roman.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_inputs/codegen/roman.c')
-rw-r--r--test_inputs/codegen/roman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_inputs/codegen/roman.c b/test_inputs/codegen/roman.c
index 1dd43c52..d7e4077e 100644
--- a/test_inputs/codegen/roman.c
+++ b/test_inputs/codegen/roman.c
@@ -17,7 +17,7 @@
S_24(c1, c3);
S_19(c1, c3);
}
- if (np1 >= i && i + c1 <= 21) {
+ if (i + c1 <= 21) {
S_15(c1, i + c1 - 2);
for (int c5 = 0; c5 < i + c1 - 2; c5 += 1) {
S_16(c1, i + c1 - 2, c5);