diff options
Diffstat (limited to 'test/tools/obj2yaml/invalid_input_file.test')
-rw-r--r-- | test/tools/obj2yaml/invalid_input_file.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tools/obj2yaml/invalid_input_file.test b/test/tools/obj2yaml/invalid_input_file.test new file mode 100644 index 0000000000000..573e753c8a874 --- /dev/null +++ b/test/tools/obj2yaml/invalid_input_file.test @@ -0,0 +1,4 @@ +# RUN: not obj2yaml %p/path/does/not/exist 2>&1 | FileCheck %s + +# Don't check the OS-dependent message "No such file or directory". +# CHECK: Error reading file: {{.*}}/path/does/not/exist: {{.*}} |