Skip to content

Commit

Permalink
*shakes fist at Unicode*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Nov 7, 2023
1 parent 2e79a1e commit 043b62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intTests/test_mir_unsafe_assume_spec/test.saw
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ let side_spec_2 = do {
mir_return (mir_term a);
};

// This spec is erroneous—see the comments below in the "Avoid unsoundness"
// This spec is erroneous. See the comments below in the "Avoid unsoundness"
// part of the test.
let foo_spec = do {
x <- mir_fresh_var "x" mir_u32;
Expand Down
2 changes: 1 addition & 1 deletion intTests/test_mir_unsafe_assume_spec_statics/test.saw
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let side_spec_2 = do {
mir_return (mir_term a_init);
};

// This spec is erroneous—see the comments below in the "Avoid unsoundness"
// This spec is erroneous. See the comments below in the "Avoid unsoundness"
// part of the test.
let foo_spec = do {
let a_static = mir_static "test::A";
Expand Down

0 comments on commit 043b62d

Please sign in to comment.