mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
4 lines
201 B
C
4 lines
201 B
C
// RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t
|
|
// RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s
|
|
|
|
// OUTPUTFAIL: Error opening output file '{{.*}}doesnotexist{{.*}}'
|