workaround for GCC
parent
b68a0ff84d
commit
86f5140826
3
test.cpp
3
test.cpp
|
|
@ -204,7 +204,8 @@ int main(int argc, char *argv[])
|
||||||
if (command == "mt")
|
if (command == "mt")
|
||||||
{
|
{
|
||||||
MaurerRandomnessTest mt;
|
MaurerRandomnessTest mt;
|
||||||
FileStore(argv[2]).TransferAllTo(mt);
|
FileStore fs(argv[2]);
|
||||||
|
fs.TransferAllTo(mt);
|
||||||
cout << "Maurer Test Value: " << mt.GetTestValue() << endl;
|
cout << "Maurer Test Value: " << mt.GetTestValue() << endl;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue