aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritfromparent
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-08-11 16:39:15 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-08-11 16:39:15 +0200
commit56a873c580784c986dede9dc5cf8d0b06427c562 (patch)
tree33ccd2baba19f0fa654e9051d3c2a3979ed24911 /config-model/src/test/derived/inheritfromparent
parent273a3b5e1d754ad6ca321488a761b0dcb7df48d9 (diff)
Add imported flag to attributes config.
Diffstat (limited to 'config-model/src/test/derived/inheritfromparent')
-rw-r--r--config-model/src/test/derived/inheritfromparent/attributes.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/test/derived/inheritfromparent/attributes.cfg b/config-model/src/test/derived/inheritfromparent/attributes.cfg
index a5e912fb984..35c0fe4f292 100644
--- a/config-model/src/test/derived/inheritfromparent/attributes.cfg
+++ b/config-model/src/test/derived/inheritfromparent/attributes.cfg
@@ -16,4 +16,5 @@ attribute[0].arity 8
attribute[0].lowerbound -9223372036854775808
attribute[0].upperbound 9223372036854775807
attribute[0].densepostinglistthreshold 0.4
-attribute[0].tensortype "" \ No newline at end of file
+attribute[0].tensortype ""
+attribute[0].imported false \ No newline at end of file