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.
|
* Copyright (c) 2024 The GoPlus Authors (goplus.org). All rights reserved.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
//go:build !llgo
|
||||||
|
// +build !llgo
|
||||||
|
|
||||||
package crosscompile
|
package crosscompile
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
//go:build !llgo
|
||||||
|
// +build !llgo
|
||||||
|
|
||||||
package firmware
|
package firmware
|
||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|||||||
Reference in New Issue
Block a user