Rename cpp/ql/test/experimental/query-tests/Security/CWE/CWE-200/semmle/tests/test2.cpp to cpp/ql/test/experimental/query-tests/Security/CWE/CWE-200/test3/test.cpp

This commit is contained in:
ihsinme
2022-03-03 20:01:24 +03:00
committed by GitHub
parent 8eec20644f
commit 625f74e9be

View File

@@ -15,4 +15,4 @@ int main(int argc, char *argv[])
fprintf(fp,"%s\n","data to file");
fclose(fp);
return 0;
}
}