Tests: Fix RunCMake.Framework expectation for universal binaries

While at it, replace `\n` in with a real newline because such escape
sequences are not processed in this context.
This commit is contained in:
Brad King
2017-05-08 11:30:21 -04:00
parent 22d0a83a4c
commit 59f8445219
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1,3 @@
.*/Framework: Mach-O[^\n]* dynamically linked shared library.*
.*/Framework:( Mach-O universal binary with [^
]*)? Mach-O[^
]* dynamically linked shared library.*

View File

@@ -1 +1,2 @@
.*/Framework: current ar archive random library.*
.*/Framework:( Mach-O universal binary with [^
]*)? current ar archive random library.*