From e7efacc00aeb7c0a1a96b92d9f221ea5ee17dfd1 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Thu, 4 Sep 2025 14:12:39 +1000 Subject: [PATCH] [orc-rt] Fix WrapperFunctionResultTest comments. NFC. --- orc-rt/unittests/WrapperFunctionResultTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orc-rt/unittests/WrapperFunctionResultTest.cpp b/orc-rt/unittests/WrapperFunctionResultTest.cpp index 9ecc513ba50fa..fa68c9183ba95 100644 --- a/orc-rt/unittests/WrapperFunctionResultTest.cpp +++ b/orc-rt/unittests/WrapperFunctionResultTest.cpp @@ -1,4 +1,4 @@ -//===-- wrapper_function_utils_test.cpp -----------------------------------===// +//===-- WrapperFunctionResultTest.cpp -------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// // -// This file is a part of the ORC runtime. +// Test WrapperFunctionResult APIs. // //===----------------------------------------------------------------------===//