You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
357 B
7 lines
357 B
// RUN: c-index-test -test-load-source local %s -ivfsoverlay %t/does-not-exist.yaml > %t.stdout 2> %t.stderr
|
|
// RUN: FileCheck -check-prefix=STDERR %s < %t.stderr
|
|
// STDERR: fatal error: virtual filesystem overlay file '{{.*}}' not found
|
|
// RUN: FileCheck %s < %t.stdout
|
|
// CHECK: missing_vfs.c:[[@LINE+1]]:6: FunctionDecl=foo:[[@LINE+1]]:6
|
|
void foo(void);
|