summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--requirements-dev.txt2
-rw-r--r--test/lit/wasm-split/basic.wast2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 240598c6e..86cdee408 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,9 @@ Current Trunk
-------------
- Add BUILD_TESTS CMake option to make gtest dependency optional.
+- Updated tests to use filecheck 0.0.22 (#4537). Updating is required to
+ successfully run the lit tests. This can be done with
+ `pip3 install -r requirements-dev.txt`.
v106
----
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 6e0d367c2..8bffeb2a9 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,5 +4,5 @@
# Install with `pip3 install -r requirements-dev.txt`
flake8==3.7.8
-filecheck==0.0.17
+filecheck==0.0.22
lit==0.11.0.post1
diff --git a/test/lit/wasm-split/basic.wast b/test/lit/wasm-split/basic.wast
index c0f4db8d0..f06958bc3 100644
--- a/test/lit/wasm-split/basic.wast
+++ b/test/lit/wasm-split/basic.wast
@@ -148,7 +148,7 @@
;; KEEP-BOTH: warning: not splitting any functions out to the secondary module
;; KEEP-BOTH-NEXT: Keeping functions: bar, foo{{$}}
-;; KEEP-BOTH-NEXT: Splitting out functions:{{$}}
+;; KEEP-BOTH-NEXT: Splitting out functions: {{$}}
;; KEEP-BOTH-PRIMARY: (module
;; KEEP-BOTH-PRIMARY-NEXT: (type $i32_=>_i32 (func (param i32) (result i32)))