We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30bb65 commit b1e6f49Copy full SHA for b1e6f49
regression/snapshot-harness/pointer-to-array-char/main.c
@@ -24,6 +24,5 @@ int main()
24
25
assert(first == second);
26
assert(second[array_size - 1] == 'a');
27
- // assert(second[10]=='0');
28
return 0;
29
}
regression/snapshot-harness/pointer-to-array-int/main.c
@@ -31,6 +31,8 @@ int main()
31
checkpoint();
32
33
34
+ // The following assertions will be check in the following PR once
35
+ // dynamically allocated snapshots are properly implemented.
36
/* assert(array_size >= prefix_size); */
37
/* assert(prefix_size >= 0); */
38
/* assert(second[prefix_size] != 6); */
0 commit comments