Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test.py58 def ToUnixLineEnding(s): function
129 output = ToUnixLineEnding(output)
164 golden = ToUnixLineEnding(golden)
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py96 def ToUnixLineEnding(s): function
211 output = ToUnixLineEnding(output)
314 golden = ToUnixLineEnding(golden_file.read().decode())