diff options
Diffstat (limited to 'c/test.cpp')
-rw-r--r-- | c/test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -107,6 +107,7 @@ TESTS // SCPY(root); // SCPY(glob); // SCPY(url); +// SCPY(prefixUrl); // #undef CPY // #undef SCPY @@ -120,7 +121,7 @@ int RunTests(Window& window) const Test tests[] = { StrcpyWithSmallerDestination(), //IO(), - //MigrateCfg(), + // MigrateCfg(), }; printf("Results (%llu tests):\n", sizeof(tests)/sizeof(*tests)); |