diff --git a/clang/unittests/Interpreter/InterpreterTest.cpp b/clang/unittests/Interpreter/InterpreterTest.cpp index 72b34dae378e50..683295a18d5199 100644 --- a/clang/unittests/Interpreter/InterpreterTest.cpp +++ b/clang/unittests/Interpreter/InterpreterTest.cpp @@ -283,7 +283,7 @@ TEST_F(InterpreterTest, InstantiateTemplate) { } // This test exposes an ARM specific problem in the interpreter, see -// https://github.com/llvm/llvm-project/issues/94741. +// https://github.com/llvm/llvm-project/issues/94994. #ifndef __arm__ TEST_F(InterpreterTest, Value) { std::unique_ptr Interp = createInterpreter();