Skip to content

Commit

Permalink
remove clunky error-count script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jun 1, 2022
1 parent 9386979 commit a3f3a2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
49 changes: 0 additions & 49 deletions src/check_error_count.ml

This file was deleted.

9 changes: 1 addition & 8 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
(alias
(name default)
(package multicoretests)
(deps check_error_count.exe
(alias neg_tests/default)
(deps (alias neg_tests/default)
;; stdlib, in alphabetic order
(alias atomic/default)
(alias buffer/default)
Expand All @@ -18,9 +17,3 @@
(alias lockfree/default)
;; (alias kcas/default) -- kcas tests disabled
))

;; platform independent helper to help validate non-deterministic output

(executable
(name check_error_count)
(modules check_error_count))

0 comments on commit a3f3a2a

Please sign in to comment.