diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-03-03 00:03:22 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-03-03 00:03:22 +0000 |
commit | a75600b7d8367fc836960a56e77e3674ab087009 (patch) | |
tree | 1920db42404988e423871becfd0c46500f3bd0b2 /clang/test/Index/Inputs/cindex-from-source.h | |
parent | f6fcdbcf9c23f0e1f1559de5b02cc903df6c8dbd (diff) | |
download | bcm5719-llvm-a75600b7d8367fc836960a56e77e3674ab087009.tar.gz bcm5719-llvm-a75600b7d8367fc836960a56e77e3674ab087009.zip |
Don't use echo in the Index test, which I hope will work around an intermittent Windows failure
llvm-svn: 97613
Diffstat (limited to 'clang/test/Index/Inputs/cindex-from-source.h')
-rw-r--r-- | clang/test/Index/Inputs/cindex-from-source.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Index/Inputs/cindex-from-source.h b/clang/test/Index/Inputs/cindex-from-source.h new file mode 100644 index 00000000000..d13d397632b --- /dev/null +++ b/clang/test/Index/Inputs/cindex-from-source.h @@ -0,0 +1 @@ +typedef int t0; |