compiler: add interface IR test

This is important as golden test output and to verify that the output is
correct. Later improvements and bug fixes are clearly visible in the IR,
and unintentional changes will also be immediately spotted.
This commit is contained in:
Ayke van Laethem
2021-03-24 00:34:29 +01:00
committed by Ron Evans
parent e9f9a4b750
commit 5d334922d7
3 changed files with 153 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ func TestCompiler(t *testing.T) {
"slice.go",
"string.go",
"float.go",
"interface.go",
}
for _, testCase := range tests {