Changeset 954:b96574ff36ec in lemon-main
- Timestamp:
- 10/23/11 22:49:04 (13 years ago)
- Branch:
- default
- Children:
- 956:4dd3dc8eb5a7, 959:17e36e175725
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/lgf_test.cc
r949 r954 118 118 run(); 119 119 } 120 catch (FormatError& error)120 catch (FormatError&) 121 121 { 122 122 ok = true; … … 132 132 run(); 133 133 } 134 catch (FormatError& error)134 catch (FormatError&) 135 135 { 136 136 ok = true; … … 147 147 run(); 148 148 } 149 catch (FormatError& error)149 catch (FormatError&) 150 150 { 151 151 ok = true; … … 161 161 run(); 162 162 } 163 catch (FormatError& error)163 catch (FormatError&) 164 164 { 165 165 ok = true;
Note: See TracChangeset
for help on using the changeset viewer.