Skip to content

Commit 972b9e7

Browse files
committed
fix bin path
1 parent bcf0085 commit 972b9e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/oj_test/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ impl TestProperty {
122122

123123
fn cargo_target_examples_dir() -> PathBuf {
124124
Path::new(env!("CARGO_MANIFEST_DIR"))
125+
.join("..")
125126
.join("..")
126127
.join("target")
127128
.join("release")

0 commit comments

Comments
 (0)