Merge pull request #976 from IOBYTE/master
SymbolDatabase: fix wrong type in union test.
This commit is contained in:
commit
242ae757a2
|
@ -5259,7 +5259,7 @@ private:
|
||||||
" Fred(int x) : i(x) { }\n"
|
" Fred(int x) : i(x) { }\n"
|
||||||
" Fred(float x) : f(x) { }\n"
|
" Fred(float x) : f(x) { }\n"
|
||||||
" int i;\n"
|
" int i;\n"
|
||||||
" int f;\n"
|
" float f;\n"
|
||||||
"};");
|
"};");
|
||||||
|
|
||||||
ASSERT_EQUALS("", errout.str());
|
ASSERT_EQUALS("", errout.str());
|
||||||
|
|
Loading…
Reference in New Issue