Skip to content

Commit

Permalink
test: remove unused tag
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jun 22, 2024
1 parent 695e93d commit db40519
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion internal/entity/file_marshaler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (js && wasm) || test_js_marshaler
//go:build js && wasm

package entity

Expand Down
2 changes: 1 addition & 1 deletion internal/entity/file_normal.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (!js && !wasm) || test_js_marshaler
//go:build !js && !wasm

package entity

Expand Down
2 changes: 1 addition & 1 deletion internal/entity/package_marshaler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (js && wasm) || test_js_marshaler
//go:build js && wasm

package entity

Expand Down
2 changes: 1 addition & 1 deletion internal/entity/section_marshaler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (js && wasm) || test_js_marshaler
//go:build js && wasm

package entity

Expand Down
2 changes: 1 addition & 1 deletion internal/entity/symbol_marshaler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (js && wasm) || test_js_marshaler
//go:build js && wasm

package entity

Expand Down
2 changes: 1 addition & 1 deletion internal/result/result_marshaler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (js && wasm) || test_js_marshaler
//go:build js && wasm

package result

Expand Down
2 changes: 1 addition & 1 deletion internal/result/result_marshaler_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build test_js_marshaler
//go:build js && wasm

package result_test

Expand Down
1 change: 0 additions & 1 deletion scripts/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def run_unit_tests(full: bool, wasm: bool, no_embed: bool):
"-v",
"-covermode=set",
"-cover",
"-tags=test_js_marshaler",
"-coverpkg=../../...",
f"-test.gocoverdir={unit_path}",
],
Expand Down

0 comments on commit db40519

Please sign in to comment.