diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2007-02-25 12:37:02 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2007-02-25 12:37:02 +0000 |
commit | 9b5ce17d203eb64fd8f828b06cd43edc2d37c5b8 (patch) | |
tree | 926ad6027d00bca42645651919f0ca4364430088 /otherlibs | |
parent | a94b36ea6d8c59f38cdced01bfe0b755f158af45 (diff) |
Typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7917 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r-- | otherlibs/threads/Tests/testio.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/threads/Tests/testio.ml b/otherlibs/threads/Tests/testio.ml index 95064a64e..5f0ec503a 100644 --- a/otherlibs/threads/Tests/testio.ml +++ b/otherlibs/threads/Tests/testio.ml @@ -113,7 +113,7 @@ let main() = test "line per line, short and long lines" copy_line copy_line linesfile ofile; test_trunc_line ofile; - Sys.remove linesfiles; + Sys.remove linesfile; Sys.remove ofile; exit 0 |