From daf79648c78abe22c9ec65219ecf070a9cec63c1 Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Mon, 4 Dec 2023 19:10:03 -0800 Subject: [PATCH] revert temporary --- tests/RequireByString.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/RequireByString.test.cpp b/tests/RequireByString.test.cpp index 75f6363e..1fe57608 100644 --- a/tests/RequireByString.test.cpp +++ b/tests/RequireByString.test.cpp @@ -63,8 +63,8 @@ public: luauDirRel += "/Client"; luauDirAbs += "/Client"; } - luauDirRel += "/Luau"; - luauDirAbs += "/Luau"; + luauDirRel += "/luau"; + luauDirAbs += "/luau"; if (type == PathType::Relative) return luauDirRel;