Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9504546 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7047375 from d5e7647b to sc-release

Change-Id: Iacc7b73bbc1a6e28e1f6108f96d000cbcb560207
parents 1e28e87b d5e7647b
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -121,8 +121,9 @@ class DnsResolverBinderTest : public ::testing::Test {
        // Basic regexp to match dump output lines. Matches the beginning and end of the line, and
        // Basic regexp to match dump output lines. Matches the beginning and end of the line, and
        // puts the output of the command itself into the first match group.
        // puts the output of the command itself into the first match group.
        // Example: "      11-05 00:23:39.481 myCommand(args) <2.02ms>".
        // Example: "      11-05 00:23:39.481 myCommand(args) <2.02ms>".
        // Note: There are 4 leading blank characters in Q, but 6 in R.
        const std::basic_regex lineRegex(
        const std::basic_regex lineRegex(
                "^      [0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}[.][0-9]{3} "
                "^ {4,6}[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}[.][0-9]{3} "
                "(.*)"
                "(.*)"
                " <[0-9]+[.][0-9]{2}ms>$");
                " <[0-9]+[.][0-9]{2}ms>$");