9 // parse the dart test file
10 std::ifstream
fin("UndefinedProperties.txt");
13 fprintf(stderr
,"failed to find undefined properties file");
21 fin
.getline(buffer
, 1023);
23 std::string line
= buffer
;
24 if(line
.size() && line
.find("with scope VARIABLE") == std::string::npos
)
26 fprintf(stderr
, "%s\n", line
.c_str());