silly e2e

This commit is contained in:
JackDoan
2026-07-29 12:07:41 -05:00
parent ffab005f9d
commit 5a8014585d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !linux || android || e2e_testing
//go:build !linux || android
package tio
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build linux && !android && !e2e_testing
// +build linux,!android,!e2e_testing
//go:build linux && !android
// +build linux,!android
package tio