[PS5][NFC] Fix a test with a misplaced -x option

This commit is contained in:
Paul Robinson 2022-04-20 08:56:38 -07:00
parent ef50d817b6
commit dfdb2cc0fb
1 changed files with 1 additions and 1 deletions

View File

@ -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