From 71b66eb99cfb4700a5b5887a5160892a76179ed2 Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Mon, 4 Dec 2023 13:52:09 -0800 Subject: [PATCH] nit --- 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 8ade714e..8e776fe9 100644 --- a/tests/RequireByString.test.cpp +++ b/tests/RequireByString.test.cpp @@ -80,7 +80,7 @@ public: } else { - printf("Couldn't find parent path. LuauDirAbs: %s\n". luauDirAbs.c_str()); + printf("Couldn't find parent path. LuauDirAbs: %s\n", luauDirAbs.c_str()); } REQUIRE_MESSAGE(parentPath, "Error getting Luau path"); luauDirAbs = *parentPath;