fix tests

This commit is contained in:
blueloveTH 2024-05-13 23:47:23 +08:00
parent 5b3231951f
commit f44ba19be3
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <typeindex>
#include <initializer_list>
#define PK_VERSION "1.5.0"
#define PK_VERSION "2.0.0"
#include "config.h"
#include "export.h"

View File

@ -64,6 +64,7 @@ class A:
def get(self):
return self.x
print('ans_1:', add(1, 2))
print('ans_2:', A('abc').get())
exit()