summaryrefslogtreecommitdiff
path: root/test/annexB
diff options
context:
space:
mode:
authorAndré Bargull <andre.bargull@gmail.com>2018-01-17 10:39:18 -0800
committerRick Waldron <waldron.rick@gmail.com>2018-01-25 13:59:37 -0500
commitf717982c948bd1a3d3158eab2129db03b1dad688 (patch)
tree8acd7d2a2e4183283d8c366757acec261c46ef9b /test/annexB
parent658f19005b3ab19e3955ac600accb9468559da4f (diff)
downloadqtdeclarative-testsuites-f717982c948bd1a3d3158eab2129db03b1dad688.tar.gz
Remove unused includes
Diffstat (limited to 'test/annexB')
-rw-r--r--test/annexB/language/expressions/object/__proto__-fn-name.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/annexB/language/expressions/object/__proto__-fn-name.js b/test/annexB/language/expressions/object/__proto__-fn-name.js
index a2059f2c6..a99d16e59 100644
--- a/test/annexB/language/expressions/object/__proto__-fn-name.js
+++ b/test/annexB/language/expressions/object/__proto__-fn-name.js
@@ -15,7 +15,6 @@ info: |
a. Let hasNameProperty be HasOwnProperty(propValue, "name").
b. ReturnIfAbrupt(hasNameProperty).
c. If hasNameProperty is false, perform SetFunctionName(propValue, propKey).
-includes: [propertyHelper.js]
---*/
var o;