Commit 267841c9 authored by Evan Read's avatar Evan Read

Merge branch 'docs-unit-test-typo' into 'master'

Fix typo in unit test doc

See merge request gitlab-org/gitlab!60244
parents 618db2f4 bf5683e4
......@@ -199,7 +199,7 @@ There are a few tools that can produce JUnit report format XML files in C/C++.
In the following example, `gtest` is used to generate the test reports.
If there are multiple `gtest` executables created for different architectures (`x86`, `x64` or `arm`),
you are required to run each test providing a unique filename. The results
are then be aggregated together.
are then aggregated together.
```yaml
cpp:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment