mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Fix compile error
svn path=/branches/xmlbuildsystem/; revision=12898
This commit is contained in:
@@ -14,6 +14,6 @@ void InvokeTest::Run()
|
||||
Invoke& invoke1 = *module1.invocations[0];
|
||||
ARE_EQUAL(1, invoke1.output.size());
|
||||
|
||||
File& file1 = *invoke1.output[0];
|
||||
InvokeFile& file1 = *invoke1.output[0];
|
||||
ARE_EQUAL(".\\dir1\\file1.c", file1.name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user