Pārlūkot izejas kodu

Tests: Fix regex matching path to GNU assembler tool

The tool may be named `$target-as` instead of just `as`.
Brad King 1 mēnesi atpakaļ
vecāks
revīzija
ab8b26b513
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Tests/RunCMake/BuildDepends/GNU-AS-stdout.txt

+ 1 - 1
Tests/RunCMake/BuildDepends/GNU-AS-stdout.txt

@@ -1,4 +1,4 @@
 -- The ASM compiler identification is GNU
 -- Found assembler: [^
-]*/as(\.exe)?
+]*[-/]as(\.exe)?
 -- CMAKE_ASM_COMPILER_ID_VENDOR_MATCH='GNU assembler'