summaryrefslogtreecommitdiff
path: root/test/language/expressions/instanceof/S15.3.5.3_A1_T7.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/expressions/instanceof/S15.3.5.3_A1_T7.js')
-rw-r--r--test/language/expressions/instanceof/S15.3.5.3_A1_T7.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/expressions/instanceof/S15.3.5.3_A1_T7.js b/test/language/expressions/instanceof/S15.3.5.3_A1_T7.js
index a6c1f7b2c..618c1125a 100644
--- a/test/language/expressions/instanceof/S15.3.5.3_A1_T7.js
+++ b/test/language/expressions/instanceof/S15.3.5.3_A1_T7.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
Assume F is a Function object. When the [[HasInstance]] method of F is
called with value V, the following steps are taken: i) If V is not an
object, return false