We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f9e9b commit 4e816e2Copy full SHA for 4e816e2
1 file changed
test/testsymboldatabase.cpp
@@ -1499,10 +1499,10 @@ class TestSymbolDatabase: public TestFixture {
1499
1500
void symboldatabase34() { // ticket #4694
1501
check("typedef _Atomic(int(A::*)) atomic_mem_ptr_to_int;\n"
1502
- "typedef _Atomic(int)&atomic_int_ref;\n"
1503
- "struct S {\n"
1504
- " _Atomic union { int n; };\n"
1505
- "};");
+ "typedef _Atomic(int)&atomic_int_ref;\n"
+ "struct S {\n"
+ " _Atomic union { int n; };\n"
+ "};");
1506
ASSERT_EQUALS("", errout.str());
1507
}
1508
0 commit comments