updated tests
This commit is contained in:
@ -427,8 +427,8 @@ namespace ams
|
||||
amsstring q;
|
||||
std::vector<amsstring> q2;
|
||||
|
||||
fp = fopen("../ref/0p375_hexbolt.scad","r");
|
||||
fp2 = fopen("../ref/testrewrite.scad","w+");
|
||||
fp = fopen("./ref/0p375_hexbolt.scad","r");
|
||||
fp2 = fopen("./ref/testrewrite.scad","w+");
|
||||
|
||||
I = 0;
|
||||
while(!feof(fp))
|
||||
|
||||
@ -18,7 +18,7 @@ int main(int argc, char* argv[])
|
||||
amsstring4_test_splitlines();
|
||||
amsstring4_test_split();
|
||||
amsstring4_test_strip();
|
||||
//amsstring4_test_freadwrite();
|
||||
amsstring4_test_freadwrite();
|
||||
|
||||
amsstring4_test_concatenation_operators();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user