Skip to content

Commit d20c7c8

Browse files
authored
Merge pull request #479 from diffblue/smv-property-pretty-name
SMV frontend: strip `main::` from property pretty names
2 parents 8561461 + fde07ab commit d20c7c8

40 files changed

+74
-70
lines changed

regression/ebmc/BDD/AF1.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
AF1.smv
33
--bdd
4-
^\[main::spec1\] AF some_var = TRUE: REFUTED$
5-
^\[main::spec2\] AF some_var = FALSE: PROVED$
4+
^\[spec1\] AF some_var = TRUE: REFUTED$
5+
^\[spec2\] AF some_var = FALSE: PROVED$
66
^EXIT=10$
77
^SIGNAL=0$
88
--

regression/ebmc/BDD/AF2.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
AF2.smv
33
--bdd
4-
^\[main::spec1\] AF some_var = TRUE: REFUTED$
5-
^\[main::spec2\] AF some_var = FALSE: PROVED$
4+
^\[spec1\] AF some_var = TRUE: REFUTED$
5+
^\[spec2\] AF some_var = FALSE: PROVED$
66
^EXIT=10$
77
^SIGNAL=0$
88
--

regression/ebmc/BDD/AG1.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
AG1.smv
33
--bdd
4-
^\[main::spec1\] AG some_var = TRUE: REFUTED$
5-
^\[main::spec2\] AG some_var = FALSE: PROVED$
4+
^\[spec1\] AG some_var = TRUE: REFUTED$
5+
^\[spec2\] AG some_var = FALSE: PROVED$
66
^EXIT=10$
77
^SIGNAL=0$
88
--

regression/ebmc/BDD/AG2.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
AG2.smv
33
--bdd
4-
^\[main::spec1\] AG some_var = TRUE: REFUTED$
5-
^\[main::spec2\] AG some_var = FALSE: REFUTED$
4+
^\[spec1\] AG some_var = TRUE: REFUTED$
5+
^\[spec2\] AG some_var = FALSE: REFUTED$
66
^EXIT=10$
77
^SIGNAL=0$
88
--

regression/ebmc/BDD/AX1.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
AX1.smv
33
--bdd
4-
^\[main::spec1\] AX some_var = TRUE: REFUTED$
5-
^\[main::spec2\] AX some_var = FALSE: PROVED$
4+
^\[spec1\] AX some_var = TRUE: REFUTED$
5+
^\[spec2\] AX some_var = FALSE: PROVED$
66
^EXIT=10$
77
^SIGNAL=0$
88
--

regression/ebmc/BDD/BDD1.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ BDD1.smv
33
--bdd
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG \(!some_var = off\): PROVED$
6+
^\[spec1\] AG \(!some_var = off\): PROVED$
77
--
88
^warning: ignoring

regression/ebmc/BDD/BDD4.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ BDD4.smv
33
--bdd
44
^EXIT=10$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG .*: REFUTED$
6+
^\[spec1\] AG .*: REFUTED$
77
--
88
^warning: ignoring

regression/ebmc/BDD/BDD5.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ BDD5.smv
33
--bdd
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG .*: PROVED$
6+
^\[spec1\] AG .*: PROVED$
77
--
88
^warning: ignoring

regression/ebmc/BDD/EF1.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
EF1.smv
33
--bdd
4-
^\[main::spec1\] EF some_var = TRUE: REFUTED$
5-
^\[main::spec2\] EF some_var = FALSE: PROVED$
4+
^\[spec1\] EF some_var = TRUE: REFUTED$
5+
^\[spec2\] EF some_var = FALSE: PROVED$
66
^EXIT=10$
77
^SIGNAL=0$
88
--

regression/ebmc/BDD/EF2.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
EF2.smv
33
--bdd
4-
^\[main::spec1\] EF some_var = TRUE: REFUTED$
5-
^\[main::spec2\] EF some_var = FALSE: PROVED$
4+
^\[spec1\] EF some_var = TRUE: REFUTED$
5+
^\[spec2\] EF some_var = FALSE: PROVED$
66
^EXIT=10$
77
^SIGNAL=0$
88
--

0 commit comments

Comments
 (0)