diff options
Diffstat (limited to 'test/option--I.py')
| -rw-r--r-- | test/option--I.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option--I.py b/test/option--I.py index d65349a..0ca262d 100644 --- a/test/option--I.py +++ b/test/option--I.py @@ -44,9 +44,9 @@ variable = "sub2/bar" test.write('SConstruct', """ import foo -print foo.variable +print(foo.variable) import bar -print bar.variable +print(bar.variable) """) test.run(arguments = '-I sub1 -I sub2 .', |
