]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/internal/trace/goroutinesv2_test.go
internal/trace/v2: resolve syscall parsing ambiguity
[gostls13.git] / src / internal / trace / goroutinesv2_test.go
index 5ab3726137da228477d0859cb7ffc294089967f1..99ec8dd8b09a77bd5d1da87392fb978088ca6861 100644 (file)
@@ -211,8 +211,9 @@ func TestRelatedGoroutinesV2Trace(t *testing.T) {
        }
        want := map[tracev2.GoID]struct{}{
                tracev2.GoID(86):  struct{}{}, // N.B. Result includes target.
-               tracev2.GoID(85):  struct{}{},
-               tracev2.GoID(111): struct{}{},
+               tracev2.GoID(71):  struct{}{},
+               tracev2.GoID(25):  struct{}{},
+               tracev2.GoID(122): struct{}{},
        }
        for goid := range got {
                if _, ok := want[goid]; ok {