From 69b2a5a9d4ef76c561eb031ac1e4e7d801a7d5d5 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 1 Mar 2021 15:03:20 -0800 Subject: [PATCH] Improve wording of comment. --- tests/wast/wasmer/rotate-shift-overflow.wast | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/wast/wasmer/rotate-shift-overflow.wast b/tests/wast/wasmer/rotate-shift-overflow.wast index 0eb3b9eaa88..fa2efee2459 100644 --- a/tests/wast/wasmer/rotate-shift-overflow.wast +++ b/tests/wast/wasmer/rotate-shift-overflow.wast @@ -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