Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: test/mjsunit/smi-mul.js

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/smi-mul.js
diff --git a/test/mjsunit/smi-mul.js b/test/mjsunit/smi-mul.js
index 6f23d5e3a0bba23407b9db94539fb8ed7922bc11..236563590ba38f1ab3e04dfa82ea4f4fd1bdba8f 100644
--- a/test/mjsunit/smi-mul.js
+++ b/test/mjsunit/smi-mul.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --allow-natives-syntax --noalways-opt
+// Flags: --allow-natives-syntax --crankshaft --noalways-opt
function mul(a, b) {
return a * b;

Powered by Google App Engine
This is Rietveld 408576698