diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-09-12 12:04:32 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-09-12 12:07:25 -0400 |
commit | e18d5bb4b578da383a8e87648fe7fd85e44316f7 (patch) | |
tree | e03122f12b9f9cf48e519a1d6395dc4af190fcfb /test | |
parent | c97af5e6769b4b75a750a677c6217c180e293b80 (diff) | |
download | tame-e18d5bb4b578da383a8e87648fe7fd85e44316f7.tar.gz tame-e18d5bb4b578da383a8e87648fe7fd85e44316f7.tar.bz2 tame-e18d5bb4b578da383a8e87648fe7fd85e44316f7.zip |
symbols: Remove last remnants of @keep
* src/symtable/symbols.xsl (preproc:symtable)[lv:param]: Remove @keep.
* test/symtable/symbols.xspec: Remove @keep.
Diffstat (limited to 'test')
-rw-r--r-- | test/symtable/symbols.xspec | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/test/symtable/symbols.xspec b/test/symtable/symbols.xspec index c8b8ba0..ecfbf50 100644 --- a/test/symtable/symbols.xspec +++ b/test/symtable/symbols.xspec @@ -64,8 +64,7 @@ desc="Vector param" dtype="footype" default="" - tex="" - keep="true" /> + tex="" /> <preproc:sym type="param" name="tex_param" @@ -73,8 +72,7 @@ desc="Matrix param with TeX" dtype="tex" default="" - tex="\tex" - keep="true" /> + tex="\tex" /> <preproc:sym type="param" name="scalar_param" @@ -82,8 +80,7 @@ desc="Scalar param (implicit)" dtype="bar" default="" - tex="" - keep="true" /> + tex="" /> <preproc:sym type="param" name="scalar_param_explicit" @@ -91,8 +88,7 @@ desc="Scalar param (explicit)" dtype="bar" default="" - tex="" - keep="true" /> + tex="" /> <preproc:sym type="param" name="unknown_dim" @@ -100,8 +96,7 @@ desc="Unknown dimension" dtype="wtf" default="" - tex="" - keep="true" /> + tex="" /> </expect> </scenario> |