We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa8739 commit 13f7e53Copy full SHA for 13f7e53
1 file changed
test/testsimplifyusing.cpp
@@ -930,7 +930,7 @@ class TestSimplifyUsing : public TestFixture {
930
931
void simplifyUsing39() {
932
const char code[] = "using std::wstring;\n" // #14578
933
- "std::wstring ws;";
+ "wstring ws;";
934
const char expected[] = "std :: wstring ws ;";
935
ASSERT_EQUALS(expected, tok(code));
936
ASSERT_EQUALS("", errout_str());
0 commit comments