Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPathLineReaderMalformed (1.34 sec)

  1. src/debug/dwarf/line_test.go

    		got := PathJoin(test.dirname, test.filename)
    		if test.path != got {
    			t.Errorf("pathJoin(%q, %q) = %q, want %q", test.dirname, test.filename, got, test.path)
    		}
    	}
    }
    
    func TestPathLineReaderMalformed(t *testing.T) {
    	// This test case drawn from issue #52354. What's happening
    	// here is that the stmtList attribute in the compilation
    	// unit is malformed (negative).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 14.5K bytes
    - Viewed (0)
Back to top