Skip to content

Commit f5fd058

Browse files
authored
docs: fix minor documentation mistakes (bytecodealliance#11950)
1 parent e06fbf7 commit f5fd058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cranelift/filetests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ block0(v0: f32, v1: f32):
2323
v2 = band v0, v1
2424
return v2
2525
}
26-
; run: %band_f32(0x0.5, 0x1.0) == 0x1.5
26+
; run: %band_f32(0x0.5, 0x1.0) == 0x1.0p-2
2727
```
2828

2929
Since this is a run test for `band` we can put it in: `runtests/band.clif`.

docs/contributing-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ running all tests is a little non-standard. To match what CI does and run all
3838
tests you'll need to execute
3939

4040
```console
41-
./ci/run-tests.sh
41+
./ci/run-tests.py
4242
```
4343

4444
## Testing a Specific Crate

0 commit comments

Comments
 (0)