1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: fix url location of asm_test.amd64.v (#18841)

This commit is contained in:
phoebe 2023-07-11 13:55:43 +02:00 committed by GitHub
parent 72cd9b80a3
commit 87dd5de191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6664,7 +6664,7 @@ println('c: ${c}') // 120
```
For more examples, see
[github.com/vlang/v/tree/master/vlib/v/tests/assembly/asm_test.amd64.v](https://github.com/vlang/v/tree/master/vlib/v/tests/assembly/asm_test.amd64.v)
[vlib/v/slow_tests/assembly/asm_test.amd64.v](https://github.com/vlang/v/tree/master/vlib/v/slow_tests/assembly/asm_test.amd64.v)
### Hot code reloading