comparison run/d/delete_12_A.d @ 1615:8d5c55d163fd

Fix some outdated tests that used auto to mean scope.
author Christian Kamm <kamm incasoftware de>
date Sun, 12 Jul 2009 16:44:52 +0200
parents b8c0195059d9
children
comparison
equal deleted inserted replaced
1614:709f6451b315 1615:8d5c55d163fd
29 } 29 }
30 } 30 }
31 } 31 }
32 32
33 void test(){ 33 void test(){
34 auto Foo f = new Foo(); 34 scope Foo f = new Foo();
35 } 35 }
36 36
37 int main(){ 37 int main(){
38 if(status++ != 0){ 38 if(status++ != 0){
39 assert(0); 39 assert(0);