summaryrefslogtreecommitdiff
path: root/libgo/go/testing/benchmark_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/testing/benchmark_test.go')
-rw-r--r--libgo/go/testing/benchmark_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/testing/benchmark_test.go b/libgo/go/testing/benchmark_test.go
index 9997b992042..f7ea64e7f1c 100644
--- a/libgo/go/testing/benchmark_test.go
+++ b/libgo/go/testing/benchmark_test.go
@@ -88,7 +88,6 @@ func TestRunParallelFail(t *testing.T) {
// w/o crashing/deadlocking the whole benchmark.
b.Log("log")
b.Error("error")
- b.Fatal("fatal")
})
})
}