Skip to content

Commit dfdb2cc

Browse files
committed
[PS5][NFC] Fix a test with a misplaced -x option
1 parent ef50d81 commit dfdb2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/no-integrated-as.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
/// -c omitted on purpose, this used to crash.
1717
// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as %s 2>&1 \
1818
// RUN: | FileCheck %s -check-prefix PS5
19-
// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as %s -x assembler 2>&1 \
19+
// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as -x assembler %s 2>&1 \
2020
// RUN: | FileCheck %s -check-prefix PS5
2121
// PS5: there is no external assembler that can be used on this platform

0 commit comments

Comments
 (0)