summaryrefslogtreecommitdiff
path: root/main/fixtures/arches.json
diff options
context:
space:
mode:
authorJohannes Krampf <johannes.krampf@gmail.com>2011-12-03 12:16:53 +0100
committerJohannes Krampf <johannes.krampf@gmail.com>2011-12-03 12:16:53 +0100
commit04e356c5a826ab5838e280f4cafd2b4306749cea (patch)
treed5c3925616d91b9402feb25c8e2819685b1de864 /main/fixtures/arches.json
parentc6deca08fa2a4a71483ad5d7ba9f16e0795bcf02 (diff)
Add mips64el to arches fixture
Diffstat (limited to 'main/fixtures/arches.json')
-rw-r--r--main/fixtures/arches.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 6334c2d3..1e9dbc91 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -22,5 +22,13 @@
"agnostic": false,
"name": "x86_64"
}
+ },
+ {
+ "pk": 4,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": false,
+ "name": "mips64el"
+ }
}
]