Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNotBoring (0.1 sec)

  1. src/crypto/boring/notboring_test.go

    // license that can be found in the LICENSE file.
    
    //go:build (goexperiment.boringcrypto && !boringcrypto) || (!goexperiment.boringcrypto && boringcrypto)
    
    package boring_test
    
    import "testing"
    
    func TestNotBoring(t *testing.T) {
    	t.Error("goexperiment.boringcrypto and boringcrypto should be equivalent build tags")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 428 bytes
    - Viewed (0)
Back to top