Fix another typo, this time in the `RUN` line, which used a syntax not
universally supported, in test case added by D56572.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351144
91177308-0d34-0410-b5e6-
96231b3b80d8
-# RUN: llc -o - %s -mtriple aarch64-unknown -mattr=fuse-arith-logic -run-pass=machine-scheduler -misched-print-dags |& FileCheck %s
+# RUN: llc -o /dev/null 2>&1 %s -mtriple aarch64-unknown -mattr=fuse-arith-logic -run-pass=machine-scheduler -misched-print-dags | FileCheck %s
# REQUIRES: asserts
---