Segfault when passing arguments to test_conformance_spirv_new

This commit is contained in:
Grzegorz Wawiorko
2019-04-12 14:03:15 +02:00
committed by Kévin Petit
parent 5238c0a0ab
commit 31a56be88c

View File

@@ -164,7 +164,7 @@ int main(int argc, const char *argv[])
{
gReSeed = 1;
return runTestHarness(argc, argv,
spirvTestsRegistry::getInstance().getNumTests() + 1,
spirvTestsRegistry::getInstance().getNumTests(),
spirvTestsRegistry::getInstance().getTestDefinitions(),
false, false, 0);
}