Skip to content

Commit d0269f8

Browse files
authored
CR (#170)
1 parent 10869be commit d0269f8

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ extension.")
2323
dune
2424
(ppxlib (>= 0.26.0))
2525
gen
26-
(ppx_blob :with-test)
2726
(ppx_expect :with-test)))

sedlex.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ depends: [
2020
"dune" {>= "3.0"}
2121
"ppxlib" {>= "0.26.0"}
2222
"gen"
23-
"ppx_blob" {with-test}
2423
"ppx_expect" {with-test}
2524
"odoc" {with-doc}
2625
]

test/dune

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
(library
22
(name sedlex_test)
33
(libraries sedlex)
4-
(preprocessor_deps UTF-8-test.txt)
5-
(inline_tests)
4+
(inline_tests
5+
(deps UTF-8-test.txt))
66
(enabled_if
77
(>= %{ocaml_version} 4.14))
88
(preprocess
9-
(pps sedlex.ppx ppx_expect ppx_blob)))
9+
(pps sedlex.ppx ppx_expect)))

test/stress_test.ml

67 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)