Index: test/webkit/fast/js/basic-strict-mode.js |
diff --git a/test/webkit/fast/js/basic-strict-mode.js b/test/webkit/fast/js/basic-strict-mode.js |
index 2f7a319bc4f1f2cc8ed5ad577a60c70d2c935cdc..027af0f1525b1db90873b55a46161a98978d3ad6 100644 |
--- a/test/webkit/fast/js/basic-strict-mode.js |
+++ b/test/webkit/fast/js/basic-strict-mode.js |
@@ -41,7 +41,7 @@ function testGlobalAccess() { |
} |
function shouldBeSyntaxError(str) { |
shouldThrow(str); |
- shouldThrow("(function(){" + str + "})"); |
+ shouldThrow("(function (){" + str + "})"); |
} |
function testLineContinuation() { |
"use stric\ |