disable incompatible tests for llgo test
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
//go:build !llgo
|
||||
// +build !llgo
|
||||
|
||||
/*
|
||||
* Copyright (c) 2024 The GoPlus Authors (goplus.org). All rights reserved.
|
||||
*
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
//go:build !llgo
|
||||
// +build !llgo
|
||||
|
||||
package crosscompile
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
//go:build !llgo
|
||||
// +build !llgo
|
||||
|
||||
package firmware
|
||||
|
||||
import "testing"
|
||||
|
||||
Reference in New Issue
Block a user