brintos

brintos / llvm-project-archived public Read only

0
0
Text · 262 B · 8de658a Raw
9 lines · plain
1# RUN: not llvm-sim %s 2>&1 | FileCheck %s2# RUN: not llvm-sim %s.2 2>&1 | FileCheck -DMSG=%errc_ENOENT %s --check-prefix=EXIST3 4# File reading error messaging tests.5 6# CHECK: error: expected top-level entity7 8# EXIST: error: Could not open input file: [[MSG]]9