Changes in tests/configs/parseconfig.cfa [874b16e:f92e7b9]
- File:
-
- 1 edited
-
tests/configs/parseconfig.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/configs/parseconfig.cfa
r874b16e rf92e7b9 66 66 67 67 68 sout | " open_failure thrown when config file does not exist";68 sout | "Open_Failure thrown when config file does not exist"; 69 69 try { 70 70 parse_config( xstr(IN_DIR) "doesnt-exist.txt", entries, NUM_ENTRIES, parse_tabular_config_format ); 71 } catch( open_failure * ex ) {71 } catch( Open_Failure * ex ) { 72 72 sout | "Failed to open the config file"; 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.