From fd63ee91f06b5b2d824c7f896a05ff8c57cc60e2 Mon Sep 17 00:00:00 2001 From: Heyang Zhou Date: Tue, 12 May 2020 03:23:50 +0800 Subject: [PATCH] Apply review suggestion Co-authored-by: nlewycky --- tests/custom/int-extend-garbage.wast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/custom/int-extend-garbage.wast b/tests/custom/int-extend-garbage.wast index 9b290d26f..eb91279b5 100644 --- a/tests/custom/int-extend-garbage.wast +++ b/tests/custom/int-extend-garbage.wast @@ -1,4 +1,4 @@ -;; https://github.com/wasmerio/wasmer/pull/1436 +;; https://github.com/wasmerio/wasmer/issues/1429 ;; ;; When doing an I64ExtendI32U or other integer extension operations, the ;; upper bits in the underlying storage must be cleared.