File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ scratch/main> delete.project runtime-tests
13
13
```
14
14
15
15
``` 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
17
17
```
18
18
19
19
``` ucm
Original file line number Diff line number Diff line change 7
7
ucm=" $1 "
8
8
fi
9
9
10
- runtime_tests_version=" @unison/runtime-tests/releases/0.0.1 "
10
+ runtime_tests_version=" @unison/runtime-tests/releases/0.0.3 "
11
11
12
12
codebase=${XDG_CACHE_HOME:- " $HOME /.cache" } /unisonlanguage/runtime-tests.unison
13
13
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ scratch/main> delete.project runtime-tests
13
13
```
14
14
15
15
``` 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
17
17
```
18
18
19
19
``` ucm
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ -z "$1" ]; then
8
8
exit 1
9
9
fi
10
10
11
- runtime_tests_version=" @unison/runtime-tests/releases/0.0.1 "
11
+ runtime_tests_version=" @unison/runtime-tests/releases/0.0.3 "
12
12
echo $runtime_tests_version
13
13
14
14
codebase=${XDG_CACHE_HOME:- " $HOME /.cache" } /unisonlanguage/runtime-tests.unison
You can’t perform that action at this time.
0 commit comments