summaryrefslogtreecommitdiff
path: root/check/check-special-flags
diff options
context:
space:
mode:
Diffstat (limited to 'check/check-special-flags')
-rwxr-xr-xcheck/check-special-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/check-special-flags b/check/check-special-flags
index c0a9ebb..9679458 100755
--- a/check/check-special-flags
+++ b/check/check-special-flags
@@ -7,5 +7,5 @@ set -e
RESULT="-isystem /system1 -idirafter /after1 -idirafter /after2 -isystem /system2 -I/foo -I/bar"
run_test --cflags special-flags
-RESULT="-framework Foo -lsimple -framework Bar"
+RESULT="-framework Foo -lsimple -framework Bar -Wl,-framework -Wl,Baz"
run_test --libs special-flags