@@ -54,7 +54,7 @@ currently has no body. That's good enough to pass! We can run the tests with
54
54
55
55
``` bash
56
56
$ cargo test
57
- Compiling adder v0.1.0 (file:///private/tmp /adder)
57
+ Compiling adder v0.1.0 (file:///home/you/projects /adder)
58
58
Finished debug [unoptimized + debuginfo] target(s) in 0.15 secs
59
59
Running target/debug/deps/adder-941f01916ca4a642
60
60
@@ -111,7 +111,7 @@ run our tests again:
111
111
112
112
``` bash
113
113
$ cargo test
114
- Compiling adder v0.1.0 (file:///private/tmp /adder)
114
+ Compiling adder v0.1.0 (file:///home/you/projects /adder)
115
115
Finished debug [unoptimized + debuginfo] target(s) in 0.17 secs
116
116
Running target/debug/deps/adder-941f01916ca4a642
117
117
@@ -185,7 +185,7 @@ This test will now succeed if we `panic!` and fail if we complete. Let's try it:
185
185
186
186
``` bash
187
187
$ cargo test
188
- Compiling adder v0.1.0 (file:///private/tmp /adder)
188
+ Compiling adder v0.1.0 (file:///home/you/projects /adder)
189
189
Finished debug [unoptimized + debuginfo] target(s) in 0.17 secs
190
190
Running target/debug/deps/adder-941f01916ca4a642
191
191
@@ -221,7 +221,7 @@ passes:
221
221
222
222
``` bash
223
223
$ cargo test
224
- Compiling adder v0.1.0 (file:///private/tmp /adder)
224
+ Compiling adder v0.1.0 (file:///home/you/projects /adder)
225
225
Finished debug [unoptimized + debuginfo] target(s) in 0.21 secs
226
226
Running target/debug/deps/adder-941f01916ca4a642
227
227
306
306
307
307
``` bash
308
308
$ cargo test
309
- Compiling adder v0.1.0 (file:///private/tmp /adder)
309
+ Compiling adder v0.1.0 (file:///home/you/projects /adder)
310
310
Finished debug [unoptimized + debuginfo] target(s) in 0.20 secs
311
311
Running target/debug/deps/adder-941f01916ca4a642
312
312
0 commit comments