Skip to content

Commit 211355d

Browse files
author
Daniel Kroening
committed
comments on test
1 parent 3896110 commit 211355d

File tree

1 file changed

+3
-3
lines changed
  • regression/symex/show-trace1

1 file changed

+3
-3
lines changed

regression/symex/show-trace1/main.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ int main()
44
{
55
int i, j, k;
66

7-
i=input();
8-
j=input();
9-
k=input();
7+
i=input(); // expect 2
8+
j=input(); // expect 3
9+
k=input(); // expect 6
1010

1111
if(i==2)
1212
if(j==i+1)

0 commit comments

Comments
 (0)