Skip to content

Commit 6994f96

Browse files
imciner2giordano
andauthored
Update test/runners.jl
Co-authored-by: Mosè Giordano <[email protected]>
1 parent ed7ddb9 commit 6994f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runners.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ end
185185
@test run(ur, cmd, iobuff)
186186
seekstart(iobuff)
187187
# Make sure the compiled library has the note section for the build-id
188-
@test occursin(r".note.gnu.build-id", readchomp(iobuff))
188+
@test occursin(".note.gnu.build-id", readchomp(iobuff))
189189
end
190190
end
191191

0 commit comments

Comments
 (0)