Skip to content

Commit e161cd8

Browse files
committed
Bump runtime-tests to version 0.0.3
1 parent 7e7836a commit e161cd8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

unison-src/builtin-tests/interpreter-tests.output.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scratch/main> delete.project runtime-tests
1313
```
1414

1515
``` ucm :hide
16-
scratch/main> clone @unison/runtime-tests/releases/0.0.1 runtime-tests/selected
16+
scratch/main> clone @unison/runtime-tests/releases/0.0.3 runtime-tests/selected
1717
```
1818

1919
``` ucm

unison-src/builtin-tests/interpreter-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
ucm="$1"
88
fi
99

10-
runtime_tests_version="@unison/runtime-tests/releases/0.0.1"
10+
runtime_tests_version="@unison/runtime-tests/releases/0.0.3"
1111

1212
codebase=${XDG_CACHE_HOME:-"$HOME/.cache"}/unisonlanguage/runtime-tests.unison
1313

unison-src/builtin-tests/jit-tests.output.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scratch/main> delete.project runtime-tests
1313
```
1414

1515
``` ucm :hide
16-
scratch/main> clone @unison/runtime-tests/releases/0.0.1 runtime-tests/selected
16+
scratch/main> clone @unison/runtime-tests/releases/0.0.3 runtime-tests/selected
1717
```
1818

1919
``` ucm

unison-src/builtin-tests/jit-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -z "$1" ]; then
88
exit 1
99
fi
1010

11-
runtime_tests_version="@unison/runtime-tests/releases/0.0.1"
11+
runtime_tests_version="@unison/runtime-tests/releases/0.0.3"
1212
echo $runtime_tests_version
1313

1414
codebase=${XDG_CACHE_HOME:-"$HOME/.cache"}/unisonlanguage/runtime-tests.unison

0 commit comments

Comments
 (0)