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 b6cfdb4221.
master
Mike Gerwitz 2019-02-18 11:27:53 -05:00
parent 26249f8dbb
commit 14dc534709
1 changed files with 4 additions and 2 deletions

View File

@ -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>