mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
compiler: add tests for strings
This tests a few common operations on strings.
This commit is contained in:
committed by
Ron Evans
parent
e2f532709f
commit
24676d4366
@@ -47,6 +47,7 @@ func TestCompiler(t *testing.T) {
|
||||
"basic.go",
|
||||
"pointer.go",
|
||||
"slice.go",
|
||||
"string.go",
|
||||
"float.go",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user