mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 10:47:27 +08:00 
			
		
		
		
	tests: Add test for #149, fixed TestNextGeneral on tip
The go compiler changed and break statements no longer get compiled to nothing when -N is passed: https://go-review.googlesource.com/#/c/19848/ https://go-review.googlesource.com/#/c/19854/
This commit is contained in:
		| @ -3,9 +3,9 @@ | ||||
| package proc | ||||
|  | ||||
| import ( | ||||
| 	"syscall" | ||||
| 	"testing" | ||||
| 	"time" | ||||
| 	"syscall" | ||||
|  | ||||
| 	protest "github.com/derekparker/delve/proc/test" | ||||
| ) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 aarzilli
					aarzilli