(t *testing.T)
| 7 | ) |
| 8 | |
| 9 | func TestByte(t *testing.T) { |
| 10 | script := ` |
| 11 | string v5="9898"; |
| 12 | byte b=1; |
| 13 | println(b); |
| 14 | ` |
| 15 | //os.Setenv(RuntimeError, "true") |
| 16 | NewCompiler().Compiler(script) |
| 17 | } |
| 18 | func TestByte2(t *testing.T) { |
| 19 | script := ` |
| 20 | int[] a={1,2}; |
nothing calls this directly
no test coverage detected