Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkMapsFor (0.16 sec)

  1. src/unique/handle_test.go

    			t.Error("v0.Value != v1.Value")
    		}
    		if v0.Value() != value {
    			t.Errorf("v0.Value not %#v", value)
    		}
    		if v0 != v1 {
    			t.Error("v0 != v1")
    		}
    
    		drainMaps(t)
    		checkMapsFor(t, value)
    	})
    }
    
    // drainMaps ensures that the internal maps are drained.
    func drainMaps(t *testing.T) {
    	t.Helper()
    
    	wait := make(chan struct{}, 1)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:14:07 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top