summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/AliasTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Node/AliasTests.py')
-rw-r--r--src/engine/SCons/Node/AliasTests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/SCons/Node/AliasTests.py b/src/engine/SCons/Node/AliasTests.py
index 755cf75..02488f0 100644
--- a/src/engine/SCons/Node/AliasTests.py
+++ b/src/engine/SCons/Node/AliasTests.py
@@ -54,6 +54,8 @@ class AliasTestCase(unittest.TestCase):
class DummyNode:
def __init__(self, contents):
self.contents = contents
+ def get_csig(self):
+ return self.contents
def get_contents(self):
return self.contents