Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFreeBSDNumCPU (0.11 sec)

  1. src/runtime/numcpu_freebsd_test.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package runtime_test
    
    import "testing"
    
    func TestFreeBSDNumCPU(t *testing.T) {
    	got := runTestProg(t, "testprog", "FreeBSDNumCPU")
    	want := "OK\n"
    	if got != want {
    		t.Fatalf("expected %q, but got:\n%s", want, got)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 10 22:06:24 UTC 2017
    - 381 bytes
    - Viewed (0)
Back to top