forked from OSchip/llvm-project
[PS5][NFC] Fix a test with a misplaced -x option
This commit is contained in:
parent
ef50d817b6
commit
dfdb2cc0fb
|
@ -16,6 +16,6 @@
|
|||
/// -c omitted on purpose, this used to crash.
|
||||
// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as %s 2>&1 \
|
||||
// RUN: | FileCheck %s -check-prefix PS5
|
||||
// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as %s -x assembler 2>&1 \
|
||||
// RUN: %clang -target x86_64-sie-ps5 -### -no-integrated-as -x assembler %s 2>&1 \
|
||||
// RUN: | FileCheck %s -check-prefix PS5
|
||||
// PS5: there is no external assembler that can be used on this platform
|
||||
|
|
Loading…
Reference in New Issue