aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/time_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/time_test.go')
-rw-r--r--src/runtime/time_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/time_test.go b/src/runtime/time_test.go
index 7ac86998c6..92ffe7f8f4 100644
--- a/src/runtime/time_test.go
+++ b/src/runtime/time_test.go
@@ -23,7 +23,7 @@ func TestFakeTime(t *testing.T) {
// Faketime is advanced in checkdead. External linking brings in cgo,
// causing checkdead not working.
- testenv.MustInternalLink(t, false)
+ testenv.MustInternalLink(t, deadlockBuildTypes)
t.Parallel()