diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-24 15:17:04 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-24 15:17:04 +0000 |
commit | 63729737475d1205ae49ec4d5fe2e937bf55b2fb (patch) | |
tree | 2ba9fbd75a4a1bfd56a755e8992a2fffca542203 /gcc/testsuite/gcc.dg/dll-4.c | |
parent | f606d2f1d47d03f8a20cb2cb041d98b6de5d0a56 (diff) | |
download | gcc-63729737475d1205ae49ec4d5fe2e937bf55b2fb.tar.gz |
* lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44302 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/dll-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/dll-4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/dll-4.c b/gcc/testsuite/gcc.dg/dll-4.c index b708790baa5..fec08fcbb60 100644 --- a/gcc/testsuite/gcc.dg/dll-4.c +++ b/gcc/testsuite/gcc.dg/dll-4.c @@ -10,5 +10,5 @@ int foo2 = 5; int f () { return foo1 + foo2; } /* FIXME: We should scan the output of nm for this case. */ -/* { dg-final { scan-assembler dll-4.c "(foo2:.*\.comm\[ \t_\]*foo1)" } } */ -/* { dg-final { scan-assembler-not dll-4.c "__imp_" } } */ +/* { dg-final { scan-assembler "(foo2:.*\.comm\[ \t_\]*foo1)" } } */ +/* { dg-final { scan-assembler-not "__imp_" } } */ |