Skip to content

Commit e226aff

Browse files
authored
analyze: uncomment line in scripts/run_pointwise_metrics.sh (#1087)
In #1074, I had commented out a line to speed up testing, and accidentally left it that way when I merged the branch.
2 parents 03facd3 + 0707049 commit e226aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c2rust-analyze/scripts/run_pointwise_metrics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ case "$project" in
5555
;;
5656

5757
cfs_*)
58-
: cargo run --bin c2rust-analyze --release -- \
58+
cargo run --bin c2rust-analyze --release -- \
5959
--rewrite-mode pointwise --use-manual-shims -- \
6060
build --manifest-path "$MODULE_DIR/Cargo.toml" \
6161
|& tee pointwise-cfs-analyze-$now.log \

0 commit comments

Comments
 (0)