Skip to content

Commit 31e01e9

Browse files
committed
[clang-repl] Update FIXME based on feedback from @zero9178.
See #67586.
1 parent 44274e5 commit 31e01e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "gtest/gtest.h"
3131

3232
// Disable LSan for this test.
33-
// FIXME: Re-enable this once we track down the leak described in
33+
// FIXME: Re-enable once we can assume GCC 13.2 or higher.
3434
// https://llvm.org/github.com/llvm/llvm-project/issues/67586.
3535
#if LLVM_ADDRESS_SANITIZER_BUILD || LLVM_HWADDRESS_SANITIZER_BUILD
3636
#include <sanitizer/lsan_interface.h>

0 commit comments

Comments
 (0)