1# RUN: not llvm-ml %t.blah.asm /nologo /Fo /dev/null 2>&1 | FileCheck -DMSG=%errc_ENOENT --check-prefix=ENOENT %s 2 3# ENOENT-NOT: nologo 4# ENOENT: {{.*}}.blah.asm: [[MSG]] 5