From 56020df5c9caef184a7a9c1cf4a60cef6a4bfbb3 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sun, 24 May 2020 13:31:58 -0600 Subject: Fix bug in test for PR #3668 Signed-off-by: Mats Wichmann --- test/Batch/SConstruct_changed_sources_alwaysBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12