Remove WTEST from list of unsupported keywords

This commit is contained in:
Joakim Hove 2019-03-29 12:26:35 +01:00
parent 415694f206
commit a9f680119a

View File

@ -204,7 +204,6 @@ namespace MissingFeatures {
"WPAVE",
"WPITAB",
"WTEMP",
"WTEST",
"WTRACER",
"ZIPPY2" };
std::multimap<std::string, PartiallySupported<std::string> > string_options;