[NFC] Eliminate an unneeded -vv used in test development.

This commit is contained in:
Kevin P. Neal 2020-06-26 11:06:48 -04:00
parent 0e76c0a9ad
commit e91c4b2af2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +fullfp16 \
// RUN: -ffp-exception-behavior=strict \
// RUN: -fallow-half-arguments-and-returns -S -disable-O0-optnone -o - %s \
// RUN: | FileCheck -vv --check-prefix=COMMON --check-prefix=CHECK-ASM %s
// RUN: | FileCheck --check-prefix=COMMON --check-prefix=CHECK-ASM %s
// REQUIRES: aarch64-registered-target