File tree 2 files changed +2
-2
lines changed
test_mir_unsafe_assume_spec
test_mir_unsafe_assume_spec_statics
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ let side_spec_2 = do {
84
84
mir_return (mir_term a);
85
85
};
86
86
87
- // This spec is erroneous—see the comments below in the "Avoid unsoundness"
87
+ // This spec is erroneous. See the comments below in the "Avoid unsoundness"
88
88
// part of the test.
89
89
let foo_spec = do {
90
90
x <- mir_fresh_var "x" mir_u32;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ let side_spec_2 = do {
23
23
mir_return (mir_term a_init);
24
24
};
25
25
26
- // This spec is erroneous—see the comments below in the "Avoid unsoundness"
26
+ // This spec is erroneous. See the comments below in the "Avoid unsoundness"
27
27
// part of the test.
28
28
let foo_spec = do {
29
29
let a_static = mir_static "test::A";
You can’t perform that action at this time.
0 commit comments