summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-05-02 04:20:44 (GMT)
committerSteven Knight <knight@baldmt.com>2003-05-02 04:20:44 (GMT)
commit8b2e2047624600d20e0ca2bd8235514aeaa9239b (patch)
treeecebaf89540a671de820a7d558c43abe1a7aec17 /test
parent77568a787451a72ef62198db424ac62bbaf50294 (diff)
downloadSCons-8b2e2047624600d20e0ca2bd8235514aeaa9239b.zip
SCons-8b2e2047624600d20e0ca2bd8235514aeaa9239b.tar.gz
SCons-8b2e2047624600d20e0ca2bd8235514aeaa9239b.tar.bz2
Another IRIX portability fix. (Chad Austin)
Diffstat (limited to 'test')
-rw-r--r--test/option--implicit-cache.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option--implicit-cache.py b/test/option--implicit-cache.py
index ac11b2a..3167d67 100644
--- a/test/option--implicit-cache.py
+++ b/test/option--implicit-cache.py
@@ -354,9 +354,10 @@ test.subdir('i2')
test.write('foo.c', """
#include <foo.h>
-int foo(void)
+void foo(void)
{
FOO_H_DEFINED
+ ++x; /* reference x */
}
""")