summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/json/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/testdata/json/test.json')
-rw-r--r--tests/auto/tools/qmake/testdata/json/test.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/tools/qmake/testdata/json/test.json b/tests/auto/tools/qmake/testdata/json/test.json
deleted file mode 100644
index cc82908eba..0000000000
--- a/tests/auto/tools/qmake/testdata/json/test.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "array" : ["arrayItem1", "arrayItem2", "arrayItem3"],
- "object" : { "key1" : "objectValue1", "key2" : "objectValue2" },
- "string" : "test string",
- "number" : 999,
- "true" : true,
- "false" :false,
- "null" : null
-}