This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
12
unikernel/duniverse/ppxlib/test/driver/skip-hash-bang/dune
Normal file
12
unikernel/duniverse/ppxlib/test/driver/skip-hash-bang/dune
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(library
|
||||
(name empty_rewriter)
|
||||
(modules empty_rewriter)
|
||||
(kind ppx_rewriter)
|
||||
(libraries ppxlib))
|
||||
|
||||
(tests
|
||||
(package ppxlib)
|
||||
(names test test2)
|
||||
(modules test test2)
|
||||
(preprocess
|
||||
(pps empty_rewriter)))
|
||||
|
|
@ -0,0 +1 @@
|
|||
OK
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!ignored_line
|
||||
|
||||
let () = print_endline "OK"
|
||||
|
|
@ -0,0 +1 @@
|
|||
OK
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!ignored line
|
||||
|
||||
let () = print_endline "OK"
|
||||
Loading…
Add table
Add a link
Reference in a new issue