diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-02-18 11:27:53 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-02-18 11:29:02 -0500 |
commit | 14dc5347094e62e4c0096f4c9f6fb7d9bce8b5ac (patch) | |
tree | ce8cccf91cf30cecc1777684cb82266bd4f4f7f4 /test | |
parent | 26249f8dbbe1af36dfc36aab5b582a7bfd799742 (diff) | |
download | tame-14dc5347094e62e4c0096f4c9f6fb7d9bce8b5ac.tar.gz tame-14dc5347094e62e4c0096f4c9f6fb7d9bce8b5ac.tar.bz2 tame-14dc5347094e62e4c0096f4c9f6fb7d9bce8b5ac.zip |
test/symtable/symbols.xspec: Fix failing test
A bunch of failing pipelines apparently wasn't obvious to me. And shame on
me for not running these locally; I forgot that the part of the system that
I touched had tests.
This was broken by b6cfdb422165d6b2725a5c720f7e488b81237c01.
Diffstat (limited to 'test')
-rw-r--r-- | test/symtable/symbols.xspec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/symtable/symbols.xspec b/test/symtable/symbols.xspec index 3f84d06..9ed4829 100644 --- a/test/symtable/symbols.xspec +++ b/test/symtable/symbols.xspec @@ -134,11 +134,13 @@ <preproc:sym type="meta" name=":meta:prop1" desc="Metavalue prop1" - pollute="true" /> + pollute="true" + no-deps="true" /> <preproc:sym type="meta" name=":meta:prop2" desc="Metavalue prop2" - pollute="true" /> + pollute="true" + no-deps="true" /> </expect> </scenario> </description> |