Skip to content

Commit 19d27b4

Browse files
authored
[orc-rt] Fix WrapperFunctionResultTest comments. NFC. (llvm#156797)
1 parent a4104ab commit 19d27b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orc-rt/unittests/WrapperFunctionResultTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
//===-- wrapper_function_utils_test.cpp -----------------------------------===//
1+
//===-- WrapperFunctionResultTest.cpp -------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// This file is a part of the ORC runtime.
9+
// Test WrapperFunctionResult APIs.
1010
//
1111
//===----------------------------------------------------------------------===//
1212

0 commit comments

Comments
 (0)