tmp
This commit is contained in:
parent
b647271081
commit
87fb15ed13
9 changed files with 351 additions and 368 deletions
|
|
@ -41,10 +41,8 @@ if (i == 10) {
|
|||
)";
|
||||
|
||||
auto script = R"(
|
||||
{
|
||||
var i = 10;
|
||||
print (i + 10) * 5;
|
||||
}
|
||||
)";
|
||||
|
||||
TEST_DEF_STATIC(Complex) {
|
||||
|
|
@ -86,6 +84,5 @@ TEST_DEF_STATIC(Simple) {
|
|||
|
||||
TEST_DEF(Interpreter) {
|
||||
testSimple();
|
||||
exit(0);
|
||||
// testComplex();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue