12 lines
		
	
	
		
			192 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			192 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package gocheckcompilerdirectives
 | |
| 
 | |
| import (
 | |
| 	"testing"
 | |
| 
 | |
| 	"github.com/golangci/golangci-lint/test/testshared/integration"
 | |
| )
 | |
| 
 | |
| func TestFromTestdata(t *testing.T) {
 | |
| 	integration.RunTestdata(t)
 | |
| }
 | 
