Title: [213484] trunk/JSTests
- Revision
- 213484
- Author
- [email protected]
- Date
- 2017-03-06 18:10:14 -0800 (Mon, 06 Mar 2017)
Log Message
Unreviewed. Fix test expected error message.
* wasm/js-api/element.js:
(assert.throws):
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (213483 => 213484)
--- trunk/JSTests/ChangeLog 2017-03-07 01:51:19 UTC (rev 213483)
+++ trunk/JSTests/ChangeLog 2017-03-07 02:10:14 UTC (rev 213484)
@@ -1,3 +1,10 @@
+2017-03-06 Saam Barati <[email protected]>
+
+ Unreviewed. Fix test expected error message.
+
+ * wasm/js-api/element.js:
+ (assert.throws):
+
2017-03-06 Caio Lima <[email protected]>
op_get_by_id_with_this should use inline caching
Modified: trunk/JSTests/wasm/js-api/element.js (213483 => 213484)
--- trunk/JSTests/wasm/js-api/element.js 2017-03-07 01:51:19 UTC (rev 213483)
+++ trunk/JSTests/wasm/js-api/element.js 2017-03-07 02:10:14 UTC (rev 213484)
@@ -215,5 +215,5 @@
return new WebAssembly.Module(bin);
}
- assert.throws(() => badModule(), WebAssembly.CompileError, "WebAssembly.Module doesn't parse at byte 58 / 72: 0th Element init_expr must produce an i32");
+ assert.throws(() => badModule(), WebAssembly.CompileError, "WebAssembly.Module doesn't parse at byte 58 / 72: Element init_expr must produce an i32");
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes