Changeset 642
- Timestamp:
- 08/28/10 20:20:37 (14 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/runnable/testhtml2.html
- Property svn:mime-type set to application/octet-stream
- Property svn:eol-style deleted
r641 r642 1 <!-- REQUIRED_ARGS: -d 2 PERMUTE_ARGS: 3 --><html> 1 <!-- 2 REQUIRED_ARGS: -d 3 PERMUTE_ARGS: 4 --><html> 4 5 <head><title>dstress: html_line_ending_mac</title></head> 5 6 <body><pre><CODE> 6 7 // __DSTRESS_TORTURE_BLOCK__ -release 7 8 int main(){ 8 9 try{ 9 10 assert(0); 10 11 }catch(Throwable e){ 11 12 checkLineNumber(e); 12 13 return 0; 13 14 } 14 15 assert(-1, "b"); 15 16 return 1; 16 17 } 17 18 18 19 /* 19 20 * @WARNING@ this code depends on the phobos implementation. 20 21 * char[]s returned by wrong assertions have to look like: 21 22 * "blah blah (linenumber) blah blah" 22 23 */ 23 24 void checkLineNumber(Object o){
