We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8df06 commit 1397dabCopy full SHA for 1397dab
src/tools/compiletest/src/runtest.rs
@@ -2383,7 +2383,7 @@ impl<'test> TestCx<'test> {
2383
2384
if json {
2385
// escaped newlines in json strings should be readable
2386
- // in the stderr files. There's no point int being correct,
+ // in the stderr files. There's no point in being correct,
2387
// since only humans process the stderr files.
2388
// Thus we just turn escaped newlines back into newlines.
2389
normalized = normalized.replace("\\n", "\n");
0 commit comments