reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 | # RUN: not yaml2obj -o %p/path/does/not/exist 2>&1 | FileCheck %s # Don't check the OS-dependent message "No such file or directory". # CHECK: yaml2obj: error: failed to open '{{.*}}/path/does/not/exist': {{.*}} |