Files
releases/repl
Stephan Renatus dc820b5d82 tests: fix wasm tests
xyz_wasm_test.go makes go implicitly require the GOOS to be wasm.
That's not what we want here.

Example go test list before:

    $ go test --tags=opa_wasm ./repl -list TestReplWasmTarget
    ok      github.com/open-policy-agent/opa/repl   0.006s

After:

    $ go test --tags=opa_wasm ./repl -list TestReplWasmTarget
    TestReplWasmTarget
    ok      github.com/open-policy-agent/opa/repl   0.007s

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-03-03 09:32:11 -05:00
..
2021-02-24 13:24:15 +01:00
2021-03-03 09:32:11 -05:00
2021-02-05 10:16:22 -08:00