Skip to content

Commit 1cf3722

Browse files
author
Thomas Kiley
committed
Add test to check for no incremental status when no properties to check
1 parent 71836bb commit 1cf3722

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
int main() {
2+
for(int i = 0; i < 10; ++i) {
3+
4+
}
5+
// nothing to check
6+
return 0;
7+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CORE
2+
test.c
3+
--incremental-loop main.0
4+
activate-multi-line-match
5+
^EXIT=0$
6+
^SIGNAL=0$
7+
VERIFICATION SUCCESSFUL
8+
--
9+
Incremental status
10+
--
11+
Verify no incremental status updates when no properties to check

0 commit comments

Comments
 (0)