diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Batch/SConstruct_changed_sources_alwaysBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Batch/SConstruct_changed_sources_alwaysBuild b/test/Batch/SConstruct_changed_sources_alwaysBuild index d7acb3b..dea7908 100644 --- a/test/Batch/SConstruct_changed_sources_alwaysBuild +++ b/test/Batch/SConstruct_changed_sources_alwaysBuild @@ -3,6 +3,6 @@ obj = Object('changed_sources_main.cpp') AlwaysBuild(obj) -program = Program('test', source = [object]) +program = Program('test', source=[obj]) Default(program) |