Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNUL (0.17 sec)

  1. src/cmd/go/testdata/script/devnull.txt

    # Issue 12407: go build -o /dev/null should succeed.
    cd ..
    go build -o $devnull y
    cmp $devnull $WORK/empty.txt
    
    -- x/x_test.go --
    package x_test
    import (
        "testing"
    )
    func TestNUL(t *testing.T) {
    }
    -- y/y.go --
    package y
    func main() {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 18 19:03:27 UTC 2019
    - 525 bytes
    - Viewed (0)
Back to top