Skip to content

Commit 56d4fae

Browse files
Update test_programs/c1/4.lox
Co-authored-by: Paul Kuruvilla <rohitpaulk@gmail.com>
1 parent f27fbb1 commit 56d4fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_programs/c1/4.lox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
expected_error_type: none
33
---
4-
// This program initializes age with random integer and then prints the stage of life based on the age
4+
// This program should print a different string based on the value of age
55
var stage = "unknown";
66
var age = <<RANDOM_INTEGER>>;
77
if (age < 18) { stage = "child"; }

0 commit comments

Comments
 (0)