summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2010-11-16 10:26:08 +0000
committerChandler Carruth <chandlerc@gmail.com>2010-11-16 10:26:08 +0000
commitb19289331daac36ff1fb45a12d75915f160a9891 (patch)
tree07c97c56f30bceddaf55e0ccead9fa6d1ef2f83b /clang/test/CodeGen
parent07bb19667ac2afcd3101169584dcbdf53770ee51 (diff)
downloadbcm5719-llvm-b19289331daac36ff1fb45a12d75915f160a9891.tar.gz
bcm5719-llvm-b19289331daac36ff1fb45a12d75915f160a9891.zip
This really seems like a boring set of fixes to our tests to make them more
independent of the underlying system. Let me know if any of these are too aggressive. llvm-svn: 119345
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/lineno-dbginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/lineno-dbginfo.c b/clang/test/CodeGen/lineno-dbginfo.c
index 176d4157f39..72fa337eaf8 100644
--- a/clang/test/CodeGen/lineno-dbginfo.c
+++ b/clang/test/CodeGen/lineno-dbginfo.c
@@ -1,4 +1,4 @@
-// RUN: echo "#include <stdio.h>" > %t.h
+// RUN: echo "#include <stddef.h>" > %t.h
// RUN: %clang -S -g -include %t.h %s -emit-llvm -o %t.ll
// RUN: grep "i32 5" %t.ll
// outer is at line number 5.
OpenPOWER on IntegriCloud