Skip to content

Commit 043b62d

Browse files
committed
*shakes fist at Unicode*
1 parent 2e79a1e commit 043b62d

File tree

2 files changed

+2
-2
lines changed
  • intTests

2 files changed

+2
-2
lines changed

intTests/test_mir_unsafe_assume_spec/test.saw

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ let side_spec_2 = do {
8484
mir_return (mir_term a);
8585
};
8686

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"
8888
// part of the test.
8989
let foo_spec = do {
9090
x <- mir_fresh_var "x" mir_u32;

intTests/test_mir_unsafe_assume_spec_statics/test.saw

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let side_spec_2 = do {
2323
mir_return (mir_term a_init);
2424
};
2525

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"
2727
// part of the test.
2828
let foo_spec = do {
2929
let a_static = mir_static "test::A";

0 commit comments

Comments
 (0)