Skip to content

Commit f980e0a

Browse files
YoshikiTakashimatedinski
authored andcommitted
Fixed incorrect paths in README.md. (rust-lang#515)
1 parent 6dc5fcc commit f980e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Until then, the easiest way to use RMC is as follows
4545

4646
1. Add `rmc/scripts` to your path
4747
1. Go to a folder that contains a rust file you would like to verify with RMC.
48-
For example, `cd rmc/rust-tests/cbmc-reg/Parenths`.
48+
For example, `cd rmc/src/test/cbmc/Parenths`.
4949
By default, `rmc` uses `main()` as the entry point.
5050
1. Execute RMC on the file
5151
```
@@ -98,7 +98,7 @@ Lastly, you can override specific flags from command line, e.g. with `cargo rmc
9898
### Advanced flags
9999
RMC supports a set of advanced flags that give you control over the verification process.
100100
For example, consider the `CopyIntrinsics` regression test:
101-
1. `cd rmc/rust-tests/cbmc-reg/CopyIntrinsics`
101+
1. `cd rmc/src/test/cbmc/CopyIntrinsics`
102102
1. Execute RMC on the file
103103
`rmc main.rs`
104104
1. Note that this will unwind forever

0 commit comments

Comments
 (0)