Skip to content

Commit 1397dab

Browse files
committed
fix typo
1 parent fc8df06 commit 1397dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ impl<'test> TestCx<'test> {
23832383

23842384
if json {
23852385
// escaped newlines in json strings should be readable
2386-
// in the stderr files. There's no point int being correct,
2386+
// in the stderr files. There's no point in being correct,
23872387
// since only humans process the stderr files.
23882388
// Thus we just turn escaped newlines back into newlines.
23892389
normalized = normalized.replace("\\n", "\n");

0 commit comments

Comments
 (0)