Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDoubleCloseError (0.12 sec)

  1. src/os/os_test.go

    		} else {
    			t.Logf("second close returned expected error %q", err)
    		}
    	}
    }
    
    func TestDoubleCloseError(t *testing.T) {
    	t.Parallel()
    	t.Run("file", testDoubleCloseError(filepath.Join(sfdir, sfname)))
    	t.Run("dir", testDoubleCloseError(sfdir))
    }
    
    func TestUserCacheDir(t *testing.T) {
    	t.Parallel()
    
    	dir, err := UserCacheDir()
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top