Skip to content

Commit b5d9e8b

Browse files
Remove environment variables that only confuse things
1 parent 4e46b63 commit b5d9e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Driver/ps5-linker.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180

181181
// RUN: rm -rf %t.dir && mkdir %t.dir
182182
// RUN: env SCE_PROSPERO_SDK_DIR=%t.dir %clang --target=x64_64-sie-ps5 %s -### -Luser 2>&1 | FileCheck --check-prefixes=CHECK-NO-TARGETLIB %s
183-
// RUN: env SCE_PROSPERO_SDK_DIR=. %clang --target=x64_64-sie-ps5 %s -### -Luser --sysroot=%t.dir 2>&1 | FileCheck --check-prefixes=CHECK-NO-TARGETLIB %s
183+
// RUN: %clang --target=x64_64-sie-ps5 %s -### -Luser --sysroot=%t.dir 2>&1 | FileCheck --check-prefixes=CHECK-NO-TARGETLIB %s
184184

185185
// CHECK-NO-TARGETLIB: {{ld(\.exe)?}}"
186186
// CHECK-NO-TARGETLIB-SAME: "-Luser"
@@ -190,7 +190,7 @@
190190
// RUN: mkdir -p %t.dir/myroot/target/lib
191191
// RUN: touch %t.dir/myroot/target/lib/crti.o
192192
// RUN: env SCE_PROSPERO_SDK_DIR=%t.dir/myroot %clang --target=x64_64-sie-ps5 %s -### -Luser 2>&1 | FileCheck --check-prefixes=CHECK-TARGETLIB %s
193-
// RUN: env SCE_PROSPERO_SDK_DIR=. %clang --target=x64_64-sie-ps5 %s -### -Luser --sysroot=%t.dir/myroot 2>&1 | FileCheck --check-prefixes=CHECK-TARGETLIB %s
193+
// RUN: %clang --target=x64_64-sie-ps5 %s -### -Luser --sysroot=%t.dir/myroot 2>&1 | FileCheck --check-prefixes=CHECK-TARGETLIB %s
194194

195195
// CHECK-TARGETLIB: {{ld(\.exe)?}}"
196196
// CHECK-TARGETLIB-SAME: "-Luser"

0 commit comments

Comments
 (0)