Skip to content

Commit 3197eea

Browse files
committed
typo
1 parent 9a15250 commit 3197eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/file.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test_file_type_checking! = |{}|
6363
Stdout.line!("\nTesting File.is_sym_link!:")?
6464
is_symlink_one = File.is_sym_link!("test_bytes.txt")?
6565
if is_symlink_one then
66-
Stderr.line!(" test_bytes.txt is a symbolic link")?
66+
Stderr.line!(" test_bytes.txt is a symbolic link")?
6767
else
6868
Stdout.line!("✓ test_bytes.txt is not a symbolic link")?
6969

0 commit comments

Comments
 (0)