diff options
Diffstat (limited to 'testsuite/tests/lib-threads/prodcons.ml')
-rw-r--r-- | testsuite/tests/lib-threads/prodcons.ml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/testsuite/tests/lib-threads/prodcons.ml b/testsuite/tests/lib-threads/prodcons.ml index 4867ed38d1..8c27984127 100644 --- a/testsuite/tests/lib-threads/prodcons.ml +++ b/testsuite/tests/lib-threads/prodcons.ml @@ -1,10 +1,11 @@ (* TEST - -* hassysthreads -include systhreads -** bytecode -** native - + include systhreads; + hassysthreads; + { + bytecode; + }{ + native; + } *) (* Classic producer-consumer *) |