Skip to content
Snippets Groups Projects
Commit f8539d8d authored by whh8b's avatar whh8b
Browse files

Update options library tests

Test for some of the new type-specific
actions that can be performed on types.
parent 03ce8c45
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ int main(int argc, char *argv[])
cout << "global_shadow_a_option: " << global_shadow_a_option.Value() << endl;
cout << "local_shadow_b_option: " << local_shadow_b_option.StringValue() << endl;
if (global_a_option == "avl") {
cout << "global_a_option is avl." << endl;
cout << "global_a_option is avl (" << global_a_option.substr(0,1) << ")." << endl;
} else {
cout << "global_a_option is NOT avl." << endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment