mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-14 07:21:30 +00:00
Let the optimizer decide what it takes to become a select
This commit is contained in:
@ -53,4 +53,4 @@ if (failures) {
|
||||
process.exitCode = 1;
|
||||
console.log(chalk.red("ERROR: ") + failures + " parser tests failed");
|
||||
} else
|
||||
console.log(chalk.whiteBright("SUCCESS"));
|
||||
console.log("[ " + chalk.whiteBright("SUCCESS") + " ]");
|
||||
|
Reference in New Issue
Block a user