summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/of/inherited.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArrays/of/inherited.js')
-rw-r--r--test/built-ins/TypedArrays/of/inherited.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/TypedArrays/of/inherited.js b/test/built-ins/TypedArrays/of/inherited.js
index 6a7ee304b..4f040e4e9 100644
--- a/test/built-ins/TypedArrays/of/inherited.js
+++ b/test/built-ins/TypedArrays/of/inherited.js
@@ -22,4 +22,4 @@ testWithTypedArrayConstructors(function(TA) {
TA.hasOwnProperty("of"), false,
"constructor does not define an own property named 'of'"
);
-});
+}); \ No newline at end of file