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.
11 lines
298 B
11 lines
298 B
4 months ago
|
// RUN: rm -f %t.c
|
||
|
// RUN: touch %t.c
|
||
|
// RUN: c-index-test -write-pch %t.pch %t.c
|
||
|
// RUN: cp %s %t.c
|
||
|
// RUN: not c-index-test -test-load-tu %t.pch local 2>&1 | FileCheck %s
|
||
|
|
||
|
// rdar://11558355
|
||
|
// Unfortunately this would crash reliably only via valgrind.
|
||
|
|
||
|
// CHECK: Unable to load translation unit
|