disable incompatible tests for llgo test

This commit is contained in:
Li Jie
2025-08-23 17:53:49 +08:00
parent 4a02b1f23b
commit 96001ce9b1
3 changed files with 9 additions and 0 deletions

View File

@@ -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.
* *

View File

@@ -1,3 +1,6 @@
//go:build !llgo
// +build !llgo
package crosscompile package crosscompile
import ( import (

View File

@@ -1,3 +1,6 @@
//go:build !llgo
// +build !llgo
package firmware package firmware
import "testing" import "testing"