From: Yuki Okushi Date: Fri, 27 May 2022 10:49:41 +0000 (+0900) Subject: [test] Remove an outdated FIXME X-Git-Tag: upstream/15.0.7~6271 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36c1183c787f360e09e9c14128efdd8d12759a4d;p=platform%2Fupstream%2Fllvm.git [test] Remove an outdated FIXME rG6a9c719ee1be4562a9e16f2c71ac3e51ef9c4292 removed the backticks and this FIXME comment is no longer necessary. Differential Revision: https://reviews.llvm.org/D126528 --- 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