Revert "Revert "Refuse to load AOT images using unsupported SIMD instructions""
[mono.git] / mono / mini / TestDriver.cs
index d7e3252f77370aab43af6811552e2403e5c2ff17..97f5520d3f709c70e91c5823c18432435d3f4ac4 100644 (file)
@@ -40,6 +40,7 @@ public class TestDriver {
                                        j += 2;
                                } else if ((args [j] == "-v") || (args [j] == "--verbose")) {
                                        verbose = true;
+                                       j += 1;
                                } else if (args [j] == "--exclude") {
                                        exclude [args [j + 1]] = args [j + 1];
                                        j += 2;