Skip to content

Commit

Permalink
[system,tests] Fix test title.
Browse files Browse the repository at this point in the history
* sources/system/tests/file-system.dylan
  (test-write-to-multi-buffered-file-stream): Remove extra hyphen.
  • Loading branch information
waywardmonkeys committed Apr 7, 2016
1 parent 8f182a1 commit a416522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/system/tests/file-system.dylan
Expand Up @@ -771,7 +771,7 @@ define test test-file-write-stream (title: "<file-stream> write tests")
end;
end test test-file-write-stream;

define test test-write-to-multi-buffered-file-stream (title: "<multi-buffered--stream> write tests")
define test test-write-to-multi-buffered-file-stream (title: "<multi-buffered-stream> write tests")
let path = temp-file-pathname(initial-substring: "tfws");
begin
let s = make(<multi-buffered-stream>, locator: path, buffer-size: 4,
Expand Down

0 comments on commit a416522

Please sign in to comment.