summaryrefslogtreecommitdiff
path: root/test/fixtures/json/shared_ptr1.json
diff options
context:
space:
mode:
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"
- }
-}