aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/rusage_flag_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/rusage_flag_test.go')
-rw-r--r--compiler_wrapper/rusage_flag_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_wrapper/rusage_flag_test.go b/compiler_wrapper/rusage_flag_test.go
index 4fb3133f..9e877458 100644
--- a/compiler_wrapper/rusage_flag_test.go
+++ b/compiler_wrapper/rusage_flag_test.go
@@ -143,7 +143,7 @@ func TestLogRusageAppendsToFile(t *testing.T) {
func withLogRusageTestContext(t *testing.T, work func(ctx *testContext)) {
withTestContext(t, func(ctx *testContext) {
- // Disable comparing to the old wrapper as we that uses fork + wait3
+ // Disable comparing to the old wrapper as that uses fork + wait3
// to calculate resource usage, and the new wrapper uses the getrusage
// syscall.
ctx.cfg.oldWrapperPath = ""