Skip to content

Commit 1f45810

Browse files
committed
dbg
1 parent 9b90594 commit 1f45810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/shims/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fn test_file() {
6969

7070
// Writing to a file opened for reading should error (and not stop interpretation). std does not
7171
// categorize the error so we don't check for details.
72-
file.write(&[]).unwrap_err();
72+
dbg!(file.write(&[]).unwrap_err());
7373

7474
// Removing file should succeed.
7575
remove_file(&path).unwrap();

0 commit comments

Comments
 (0)