projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa1543
)
Unbreak this test.
author
Nick Lewycky
<nicholas@mxc.ca>
Fri, 30 May 2008 05:02:37 +0000
(
05:02
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Fri, 30 May 2008 05:02:37 +0000
(
05:02
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51726
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2006-01-13-Includes.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2006-01-13-Includes.c
b/test/FrontendC/2006-01-13-Includes.c
index 46e7867a28230a4ddc462167ecc1c8533cd85123..9b928fc5cf1f96b924635fd27def79e26e67283f 100644
(file)
--- a/
test/FrontendC/2006-01-13-Includes.c
+++ b/
test/FrontendC/2006-01-13-Includes.c
@@
-1,5
+1,5
@@
// RUN: %llvmgcc %s -g -S -o - | llvm-as | opt -std-compile-opts | \
-// RUN: llvm-dis | grep {test/
CFrontend
}
+// RUN: llvm-dis | grep {test/
FrontendC
}
// PR676
#include <stdio.h>