Skip to content

Commit

Permalink
Improve wording of comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Mar 1, 2021
1 parent c422fde commit 69b2a5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/wast/wasmer/rotate-shift-overflow.wast
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
;; Test that constant folding which overflows doesn't produce an undefined value.
;; Changing these tests to move the constants to the caller hides the bug.
;; Test that constant folding an operation that overflows doesn't produce an
;; undefined value. Changing these tests to move the constants to the
;; assert_return line hides the bug.

(module
;; shl
Expand Down

0 comments on commit 69b2a5a

Please sign in to comment.