We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a15250 commit 3197eeaCopy full SHA for 3197eea
1 file changed
tests/file.roc
@@ -63,7 +63,7 @@ test_file_type_checking! = |{}|
63
Stdout.line!("\nTesting File.is_sym_link!:")?
64
is_symlink_one = File.is_sym_link!("test_bytes.txt")?
65
if is_symlink_one then
66
- Stderr.line!("○ test_bytes.txt is a symbolic link")?
+ Stderr.line!("✗ test_bytes.txt is a symbolic link")?
67
else
68
Stdout.line!("✓ test_bytes.txt is not a symbolic link")?
69
0 commit comments