From 966de786df56883c5e0b9480d7a7301288d79b01 Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Tue, 5 Dec 2023 10:54:48 -0800 Subject: [PATCH] try alternate --- tests/RequireByString.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RequireByString.test.cpp b/tests/RequireByString.test.cpp index 1fe57608..6e9a06a6 100644 --- a/tests/RequireByString.test.cpp +++ b/tests/RequireByString.test.cpp @@ -63,7 +63,7 @@ public: luauDirRel += "/Client"; luauDirAbs += "/Client"; } - luauDirRel += "/luau"; + luauDirRel += "/Luau"; luauDirAbs += "/luau"; if (type == PathType::Relative)