Use %s, not explicit name.

llvm-svn: 36136
This commit is contained in:
Duncan Sands 2007-04-16 16:06:17 +00:00
parent 389439c7c5
commit c68668f27c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %llvmgcc -c -emit-llvm 2004-11-27-StaticFunctionRedeclare.c -o - | \
// RUN: %llvmgcc -c -emit-llvm %s -o - | \
// RUN: opt -std-compile-opts | llvm-dis | not grep {declare int.*func}
// There should not be an unresolved reference to func here. Believe it or not,