aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/context/x_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/context/x_test.go')
-rw-r--r--libgo/go/context/x_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/context/x_test.go b/libgo/go/context/x_test.go
index e85ef2d..00eca72 100644
--- a/libgo/go/context/x_test.go
+++ b/libgo/go/context/x_test.go
@@ -26,5 +26,6 @@ func TestLayersTimeout(t *testing.T) { XTestLayersTimeout(t) }
func TestCancelRemoves(t *testing.T) { XTestCancelRemoves(t) }
func TestWithCancelCanceledParent(t *testing.T) { XTestWithCancelCanceledParent(t) }
func TestWithValueChecksKey(t *testing.T) { XTestWithValueChecksKey(t) }
+func TestInvalidDerivedFail(t *testing.T) { XTestInvalidDerivedFail(t) }
func TestDeadlineExceededSupportsTimeout(t *testing.T) { XTestDeadlineExceededSupportsTimeout(t) }
func TestCustomContextGoroutines(t *testing.T) { XTestCustomContextGoroutines(t) }