Title: [222029] trunk/Tools
Revision
222029
Author
[email protected]
Date
2017-09-14 09:56:14 -0700 (Thu, 14 Sep 2017)

Log Message

Unreviewed, fix a typo that was preventing a test from running.

* WebGPUShadingLanguageRI/Test.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222028 => 222029)


--- trunk/Tools/ChangeLog	2017-09-14 16:45:25 UTC (rev 222028)
+++ trunk/Tools/ChangeLog	2017-09-14 16:56:14 UTC (rev 222029)
@@ -1,3 +1,9 @@
+2017-09-14  Filip Pizlo  <[email protected]>
+
+        Unreviewed, fix a typo that was preventing a test from running.
+
+        * WebGPUShadingLanguageRI/Test.js:
+
 2017-09-14  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Fail to build using internal jhbuild if libgtk3-dev is not installed in the system

Modified: trunk/Tools/WebGPUShadingLanguageRI/Test.js (222028 => 222029)


--- trunk/Tools/WebGPUShadingLanguageRI/Test.js	2017-09-14 16:45:25 UTC (rev 222028)
+++ trunk/Tools/WebGPUShadingLanguageRI/Test.js	2017-09-14 16:56:14 UTC (rev 222029)
@@ -1465,7 +1465,7 @@
         (e) => e instanceof WTypeError);
 }
 
-function TEST_intLiteralGeneric()
+function TEST_intLiteralGenericSpecific()
 {
     let program = doPrep(`
         T foo<T>(T x) { return x; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to