From 36c1183c787f360e09e9c14128efdd8d12759a4d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 27 May 2022 19:49:41 +0900 Subject: [PATCH] [test] Remove an outdated FIXME rG6a9c719ee1be4562a9e16f2c71ac3e51ef9c4292 removed the backticks and this FIXME comment is no longer necessary. Differential Revision: https://reviews.llvm.org/D126528 --- compiler-rt/test/asan/TestCases/suppressions-library.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/suppressions-library.cpp b/compiler-rt/test/asan/TestCases/suppressions-library.cpp index 39ede084..d11802a 100644 --- a/compiler-rt/test/asan/TestCases/suppressions-library.cpp +++ b/compiler-rt/test/asan/TestCases/suppressions-library.cpp @@ -4,7 +4,6 @@ // Check that without suppressions, we catch the issue. // RUN: not %run %t 2>&1 | FileCheck --check-prefix=CHECK-CRASH %s -// FIXME: Remove usage of backticks around basename below. // REQUIRES: shell // RUN: echo "interceptor_via_lib:"%xdynamiclib_filename > %t.supp -- 2.7.4