mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Make test pass
svn path=/trunk/; revision=15866
This commit is contained in:
parent
bef9eaff74
commit
bfef768a76
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ void SymbolTest::Run()
|
||||||
|
|
||||||
StubbedSymbol& symbol2 = *component1.symbols[1];
|
StubbedSymbol& symbol2 = *component1.symbols[1];
|
||||||
ARE_EQUAL ( "LdrAccessResource@16", symbol2.symbol );
|
ARE_EQUAL ( "LdrAccessResource@16", symbol2.symbol );
|
||||||
ARE_EQUAL ( "LdrAccessResource@16", symbol2.newname );
|
ARE_EQUAL ( "LdrAccessResource", symbol2.newname );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue