Title: [158786] trunk/LayoutTests
Revision
158786
Author
[email protected]
Date
2013-11-06 13:57:22 -0800 (Wed, 06 Nov 2013)

Log Message

Fix test case

Modified Paths


Diff

Modified: trunk/LayoutTests/ChangeLog (158785 => 158786)


--- trunk/LayoutTests/ChangeLog	2013-11-06 21:54:52 UTC (rev 158785)
+++ trunk/LayoutTests/ChangeLog	2013-11-06 21:57:22 UTC (rev 158786)
@@ -1,3 +1,9 @@
+2013-11-06  Oliver Hunt  <[email protected]>
+
+        Fix test case
+
+        * js/script-tests/dfg-check-array-non-array.js:
+
 2013-11-06  Ryosuke Niwa  <[email protected]>
 
         Remove the flaky test expectation after r158720 now that the test is not flaky.

Modified: trunk/LayoutTests/js/script-tests/dfg-check-array-non-array.js (158785 => 158786)


--- trunk/LayoutTests/js/script-tests/dfg-check-array-non-array.js	2013-11-06 21:54:52 UTC (rev 158785)
+++ trunk/LayoutTests/js/script-tests/dfg-check-array-non-array.js	2013-11-06 21:57:22 UTC (rev 158786)
@@ -21,7 +21,7 @@
     return result;
 }
 
-neverInlineFunction(baz);
+noInline(baz);
 
 // Get bar's profiling to claim that it sees a particular original array.
 for (var i = 0; i < 100; ++i)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to