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