From 15cddef81625b410c3cd9b33bf0d16bd7171db0c Mon Sep 17 00:00:00 2001
From: Fangrui Song <i@maskray.me>
Date: Thu, 21 Apr 2022 19:22:47 -0700
Subject: [PATCH] [DebugInfo][test] Delete a legacy asan test

---
 llvm/test/DebugInfo/X86/asan_debug_info.ll | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/llvm/test/DebugInfo/X86/asan_debug_info.ll b/llvm/test/DebugInfo/X86/asan_debug_info.ll
index 25e403e8c91b..24cec01daa22 100644
--- a/llvm/test/DebugInfo/X86/asan_debug_info.ll
+++ b/llvm/test/DebugInfo/X86/asan_debug_info.ll
@@ -1,6 +1,3 @@
-; RUN: opt < %s -asan -asan-module -asan-use-after-return=never -S -enable-new-pm=0 | \
-; RUN:   llc -O0 -filetype=obj - -o - | \
-; RUN:   llvm-dwarfdump - | FileCheck %s
 ; RUN: opt < %s -passes=asan-pipeline -asan-use-after-return=never -S | \
 ; RUN:   llc -O0 -filetype=obj - -o - | \
 ; RUN:   llvm-dwarfdump - | FileCheck %s