Skip to content

Commit

Permalink
fixup! Allow olly to attach to an external process
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Aug 8, 2024
1 parent 61f6782 commit 2b88824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(package runtime_events_tools)
(deps %{bin:olly} test_gc_stats.exe)
(action
(run olly gc-stats "./test_gc_stats.exe 19")))
(run olly gc-stats ./test_gc_stats.exe 19)))

(rule
(alias runtest)
Expand Down

0 comments on commit 2b88824

Please sign in to comment.