Title: [203794] trunk/LayoutTests
Revision
203794
Author
[email protected]
Date
2016-07-27 14:18:50 -0700 (Wed, 27 Jul 2016)

Log Message

Correct the syntax used to skip js/regress/script-tests/bigswitch-indirect-symbol.js

Unreviewed test gardening.

* js/regress/script-tests/bigswitch-indirect-symbol.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (203793 => 203794)


--- trunk/LayoutTests/ChangeLog	2016-07-27 21:11:09 UTC (rev 203793)
+++ trunk/LayoutTests/ChangeLog	2016-07-27 21:18:50 UTC (rev 203794)
@@ -1,3 +1,11 @@
+2016-07-27  Ryan Haddad  <[email protected]>
+
+        Correct the syntax used to skip js/regress/script-tests/bigswitch-indirect-symbol.js
+
+        Unreviewed test gardening.
+
+        * js/regress/script-tests/bigswitch-indirect-symbol.js:
+
 2016-07-27  Chris Dumez  <[email protected]>
 
         First parameter to indexed property getters should be mandatory

Modified: trunk/LayoutTests/js/regress/script-tests/bigswitch-indirect-symbol.js (203793 => 203794)


--- trunk/LayoutTests/js/regress/script-tests/bigswitch-indirect-symbol.js	2016-07-27 21:11:09 UTC (rev 203793)
+++ trunk/LayoutTests/js/regress/script-tests/bigswitch-indirect-symbol.js	2016-07-27 21:18:50 UTC (rev 203794)
@@ -1,4 +1,4 @@
-// @skip
+//@ skip
 var thing0 = Symbol();
 var thing1 = Symbol();
 var thing2 = Symbol();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to