summaryrefslogtreecommitdiff
path: root/test/interp/atomic-rmw-add.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-01-21 21:59:43 -0800
committerGitHub <noreply@github.com>2018-01-21 21:59:43 -0800
commit8bcd84f39737a8f26da1dec33a80da7c7ee4e390 (patch)
treec0079aa79dd4dd4579b6412efe5c1c25b296cdbd /test/interp/atomic-rmw-add.txt
parent6ce14be1c40144dfe109e2bb4dd6e8bf2a459da5 (diff)
downloadwabt-8bcd84f39737a8f26da1dec33a80da7c7ee4e390.tar.gz
wabt-8bcd84f39737a8f26da1dec33a80da7c7ee4e390.tar.bz2
wabt-8bcd84f39737a8f26da1dec33a80da7c7ee4e390.zip
Remove `run-interp.py`; use `RUN` commands instead (#730)
Many of the `test/run-*` Python scripts are essentially the python equivalent of shell scripts. They require tedious maintenance whenever the tools change, and have a significant amount of copied code. This CL removes `run-interp.py` as a relatively simple initial example.
Diffstat (limited to 'test/interp/atomic-rmw-add.txt')
-rw-r--r--test/interp/atomic-rmw-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interp/atomic-rmw-add.txt b/test/interp/atomic-rmw-add.txt
index 9ee920fe..655629c8 100644
--- a/test/interp/atomic-rmw-add.txt
+++ b/test/interp/atomic-rmw-add.txt
@@ -1,5 +1,5 @@
;;; TOOL: run-interp
-;;; ARGS: --enable-threads
+;;; ARGS*: --enable-threads
(module
(memory 1 1 shared)