From c69b42360d0f25726062f1e9add5285ae3f6c7f0 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 23 May 2002 17:17:13 +0000 Subject: [PATCH] Don't match "A-F". --- gas/testsuite/gas/all/align2.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/testsuite/gas/all/align2.d b/gas/testsuite/gas/all/align2.d index 165ed7f7f9..47c93d3a22 100644 --- a/gas/testsuite/gas/all/align2.d +++ b/gas/testsuite/gas/all/align2.d @@ -6,4 +6,4 @@ .*: .* Contents of section .text: - 0000 ff[ 0-9a-fA-F]*[ ]+.* + 0000 ff[ 0-9a-f]*[ ]+.* -- 2.34.1