mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Diagnostics] Update compiler diagnostics to use less jargon. (#31315)
Fixes rdar://problem/62375243.
This commit is contained in:
@@ -277,7 +277,7 @@ void EditTest::doubleOpenWithDelay(std::chrono::microseconds delay,
|
||||
}
|
||||
|
||||
ASSERT_EQ(1u, Consumer.Diags.size());
|
||||
EXPECT_STREQ("use of unresolved identifier 'unknown_name'", Consumer.Diags[0].Description.c_str());
|
||||
EXPECT_STREQ("cannot find 'unknown_name' in scope", Consumer.Diags[0].Description.c_str());
|
||||
|
||||
close(DocName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user