Skip to content

Commit c7cb45d

Browse files
authored
Update rpath linux test to support (RPATH) and (RUNPATH)
apple/swift-llvm@7042da0
1 parent 85aa648 commit c7cb45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Tests that DT_RPATH is correct for the dummy repl executable on Linux.
22
# REQUIRES: platform=Linux
33
# RUN: %{readelf} -d %{repl_swift} | %{FileCheck} %s
4-
# CHECK: {{.*}} {{RPATH|RUNPATH}} {{.*}}$ORIGIN/../lib/swift/linux
4+
# CHECK: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}$ORIGIN/../lib/swift/linux

0 commit comments

Comments
 (0)