summaryrefslogtreecommitdiff
path: root/data/test9.c
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-04-23 00:24:42 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-04-23 00:24:42 -0600
commita1c15f046183373baf5deb66e77188e656806fb7 (patch)
treefc1a7f584e67dc583d335f09d5271a45ff7d9df4 /data/test9.c
parent5f28f80c4e25a56cd444914c2f0b3da5e7fdb088 (diff)
downloadcminus-a1c15f046183373baf5deb66e77188e656806fb7.tar.gz
cminus-a1c15f046183373baf5deb66e77188e656806fb7.zip
squash all the thingsHEADmain
Diffstat (limited to 'data/test9.c')
-rw-r--r--data/test9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/test9.c b/data/test9.c
index 1aacb59..c0e348c 100644
--- a/data/test9.c
+++ b/data/test9.c
@@ -19,7 +19,7 @@ void main() {
if (a == 3) {
println("4 correct");
}
- if (a >= 4) {
+ if (a != 4) {
println("5 not correct");
} else {
println("5 correct");