aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/reformatter/objectliteral.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/reformatter/objectliteral.js')
-rw-r--r--tests/auto/qml/reformatter/objectliteral.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/reformatter/objectliteral.js b/tests/auto/qml/reformatter/objectliteral.js
index 37f68633746..d260712166d 100644
--- a/tests/auto/qml/reformatter/objectliteral.js
+++ b/tests/auto/qml/reformatter/objectliteral.js
@@ -10,3 +10,5 @@ var x = {
},
"z": 12
}
+
+var empty_object = {}