mirror of
				https://github.com/golang/go.git
				synced 2025-10-31 08:40:55 +00:00 
			
		
		
		
	cmd/dist: correct comment: SysProcAttri -> SysProcAttr
Fixes #46982
Change-Id: I07a18507b7aad828714b187f296fa7268f32b1c4
GitHub-Last-Rev: f498febffd
GitHub-Pull-Request: golang/go#46983
Reviewed-on: https://go-review.googlesource.com/c/go/+/331869
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
			
			
This commit is contained in:
		
							parent
							
								
									03761ede02
								
							
						
					
					
						commit
						6125d0c426
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								src/cmd/dist/test.go
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								src/cmd/dist/test.go
									
										
									
									
										vendored
									
									
								
							|  | @ -781,7 +781,7 @@ func (t *tester) registerTests() { | |||
| 			t.registerTest("testasan", "../misc/cgo/testasan", "go", "run", ".") | ||||
| 		} | ||||
| 		if goos == "linux" && goarch != "ppc64le" { | ||||
| 			// because syscall.SysProcAttri struct used in misc/cgo/testsanitizers is only built on linux. | ||||
| 			// because syscall.SysProcAttr struct used in misc/cgo/testsanitizers is only built on linux. | ||||
| 			// Some inconsistent failures happen on ppc64le so disable for now. | ||||
| 			t.registerHostTest("testsanitizers", "../misc/cgo/testsanitizers", "misc/cgo/testsanitizers", ".") | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 komisan19
						komisan19