Skip to content

Commit 4972f54

Browse files
author
Thomas Kiley
committed
Add test to check for no incremental status when no properties to check
1 parent 3f6f0ca commit 4972f54

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
int main()
2+
{
3+
for(int i = 0; i < 10; ++i)
4+
{
5+
}
6+
// nothing to check
7+
return 0;
8+
}
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)