From 7ad8c2572d453205e43a408a9d00197353f2d6e0 Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Mon, 4 Dec 2023 14:14:55 -0800 Subject: [PATCH] remove more --- tests/RequireByString.test.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/RequireByString.test.cpp b/tests/RequireByString.test.cpp index 5d994511..a640410f 100644 --- a/tests/RequireByString.test.cpp +++ b/tests/RequireByString.test.cpp @@ -158,7 +158,7 @@ end }; TEST_SUITE_BEGIN("RequireByStringTests"); - +#if 0 TEST_CASE("PathResolution") { #ifdef _WIN32 @@ -221,8 +221,6 @@ TEST_CASE("PathNormalization") } } -#if 0 - TEST_CASE_FIXTURE(ReplWithPathFixture, "RequireSimpleRelativePath") {