mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
fix tests
This commit is contained in:
parent
5b3231951f
commit
f44ba19be3
@ -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"
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user