comparison run/version_04.d @ 1126:785c8eaa48b4

various test case fixes
author thomask
date Wed, 06 Sep 2006 21:12:08 +0000
parents a9a4ec32f7a0
children
comparison
equal deleted inserted replaced
1125:a929acac9127 1126:785c8eaa48b4
25 25
26 version(Sparc){ 26 version(Sparc){
27 static assert(0); // this isn't yet part of the standard (v0.124) 27 static assert(0); // this isn't yet part of the standard (v0.124)
28 } 28 }
29 29
30 assert(cpu==1); 30 if(cpu != 1){
31 assert(0);
32 }
31 33
32 return 0; 34 return 0;
33 } 35 }