equal
deleted
inserted
replaced
163 break; |
163 break; |
164 case NON_EXIST: |
164 case NON_EXIST: |
165 out->print("Expecting that %s does not exist", path); |
165 out->print("Expecting that %s does not exist", path); |
166 break; |
166 break; |
167 case REQUIRED: |
167 case REQUIRED: |
168 out->print("Expecting that file %s must exist and not altered", path); |
168 out->print("Expecting that file %s must exist and is not altered", path); |
169 break; |
169 break; |
170 default: |
170 default: |
171 ShouldNotReachHere(); |
171 ShouldNotReachHere(); |
172 } |
172 } |
173 } |
173 } |