From 31a56be88cf91e946a2da02a7a539af318bae05d Mon Sep 17 00:00:00 2001 From: Grzegorz Wawiorko Date: Fri, 12 Apr 2019 14:03:15 +0200 Subject: [PATCH] Segfault when passing arguments to test_conformance_spirv_new --- test_conformance/spirv_new/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_conformance/spirv_new/main.cpp b/test_conformance/spirv_new/main.cpp index 57751478..502987b1 100644 --- a/test_conformance/spirv_new/main.cpp +++ b/test_conformance/spirv_new/main.cpp @@ -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); }