Skip to content

Commit ac62499

Browse files
Update test_programs/c1/2.lox
Co-authored-by: Paul Kuruvilla <rohitpaulk@gmail.com>
1 parent d5828ae commit ac62499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_programs/c1/2.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 should execute the block body and print "block body", if the if condition evaluates to True
4+
// This should print "block body" if the condition evaluates to True
55
if (<<RANDOM_BOOLEAN>>) {
66
print "block body";
77
}

0 commit comments

Comments
 (0)