diff options
Diffstat (limited to 'testsuite/tests/parallel/backup_thread.ml')
-rw-r--r-- | testsuite/tests/parallel/backup_thread.ml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/testsuite/tests/parallel/backup_thread.ml b/testsuite/tests/parallel/backup_thread.ml index 05b06cc47c..9804c5b99c 100644 --- a/testsuite/tests/parallel/backup_thread.ml +++ b/testsuite/tests/parallel/backup_thread.ml @@ -1,8 +1,11 @@ (* TEST -* hasunix -include unix -** bytecode -** native + include unix; + hasunix; + { + bytecode; + }{ + native; + } *) |