Home
last modified time | relevance | path

Searched refs:continuePattern (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dunhandled-exception-test-runner.2.cs106 private static Regex continuePattern = new Regex ("MARKER-CONT"); field in UnhandledExceptionTest.TestResult
113 if (continuePattern.Match (outputLine).Success) { in UpdateFlags()