Skip to content

Commit 544c583

Browse files
authored
Merge pull request #154 from SkySkimmer/no-opt-schemes
Adapt to rocq-prover/rocq#21241 (eq_rec not defined using eq_rect)
2 parents 2c0498f + af79625 commit 544c583

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

tests/graph.dot.oracle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,9 @@ Test_count_occ [label="count_occ", URL=<Test.html#count_occ>, fillcolor="#F070D1
412412
Test_list_sind -> Test_cons [] ;
413413
Test_list_sind -> Test_nil [] ;
414414
Test_list_sind -> Test_list [] ;
415-
Test_list_rec -> Test_list_rect [] ;
415+
Test_list_rec -> Test_cons [] ;
416+
Test_list_rec -> Test_nil [] ;
417+
Test_list_rec -> Test_list [] ;
416418
Test_in_split_r -> Test_split [] ;
417419
Test_in_split_r -> Test_In [] ;
418420
Test_in_split_r -> Test_list_ind [] ;

tests/graph.dpd.oracle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,10 +1088,9 @@ E: 176 183 [weight=3, ];
10881088
E: 177 181 [weight=2, ];
10891089
E: 177 182 [weight=2, ];
10901090
E: 177 183 [weight=8, ];
1091-
E: 178 180 [weight=1, ];
1092-
E: 178 181 [weight=1, ];
1093-
E: 178 182 [weight=1, ];
1094-
E: 178 183 [weight=4, ];
1091+
E: 178 181 [weight=2, ];
1092+
E: 178 182 [weight=2, ];
1093+
E: 178 183 [weight=8, ];
10951094
E: 179 181 [weight=2, ];
10961095
E: 179 182 [weight=2, ];
10971096
E: 179 183 [weight=8, ];

0 commit comments

Comments
 (0)