Jelajahi Sumber

Update ref to the multi-memory tests (#3764)

The specific commit has been deleted, I am pointing to the same commit in the main branch though.
Marcin Kolny 1 tahun lalu
induk
melakukan
0b62cc8921
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tests/wamr-test-suites/test_wamr.sh

+ 1 - 1
tests/wamr-test-suites/test_wamr.sh

@@ -511,7 +511,7 @@ function spec_test()
         pushd spec
 
         # Reset to commit: "Merge pull request #48 from backes/specify-memcpy-immediate-order"
-        git reset --hard 48e69f394869c55b7bbe14ac963c09f4605490b6
+        git reset --hard fbc99efd7a788db300aec3dd62a14577ec404f1b
         git checkout 044d0d2e77bdcbe891f7e0b9dd2ac01d56435f0b -- test/core/elem.wast
         git apply ../../spec-test-script/multi_memory_ignore_cases.patch || exit 1
         if [[ ${RUNNING_MODE} == "aot" ]]; then