From 00447478cd1d0d64752114df49fee5ee8bdcedbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 2 Sep 2022 23:51:40 +0200 Subject: Add Act. --- c/test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/test.cpp') diff --git a/c/test.cpp b/c/test.cpp index c0a9445..21f52f4 100644 --- a/c/test.cpp +++ b/c/test.cpp @@ -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)); -- cgit v1.2.3