summaryrefslogtreecommitdiff
path: root/test/fixtures/json/shared_ptr1.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-01 19:15:55 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-11-07 16:41:37 +0000
commitf1e2bfe81083c4ee9aa82a70e5f5fe831c81857c (patch)
tree29455c271aba357de91a096b03e00edca650ffec /test/fixtures/json/shared_ptr1.json
parentTest case for named type not existing (diff)
downloadilt-f1e2bfe81083c4ee9aa82a70e5f5fe831c81857c.tar.bz2
ilt-f1e2bfe81083c4ee9aa82a70e5f5fe831c81857c.tar.xz
ilt-f1e2bfe81083c4ee9aa82a70e5f5fe831c81857c.zip
Name, rather than number, shared_ptr tests
Diffstat (limited to 'test/fixtures/json/shared_ptr1.json')
-rw-r--r--test/fixtures/json/shared_ptr1.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/fixtures/json/shared_ptr1.json b/test/fixtures/json/shared_ptr1.json
deleted file mode 100644
index bb18e33..0000000
--- a/test/fixtures/json/shared_ptr1.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "@typeid": "SharedTestObject",
- "sptr": {
- "@typeid": "SubObject",
- "@id": "someid"
- },
- "ssptr": {
- "@typeid": "SubObject",
- "@id": "some other id"
- }
-}