add macros to KissInterp2

This commit is contained in:
2025-11-14 13:48:45 -06:00
parent d291037059
commit e481120950
3 changed files with 12 additions and 1 deletions

View File

@@ -46,5 +46,8 @@ class KissInterp2TestCase extends Test {
function testFor() {
_testFor();
}
function testDestructive() {
_testDestructive();
}
}