diff options
Diffstat (limited to 'scripts/tests/Ice/optional.py')
-rw-r--r-- | scripts/tests/Ice/optional.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/optional.py b/scripts/tests/Ice/optional.py index 2b1d1bb97a1..fdc01a95007 100644 --- a/scripts/tests/Ice/optional.py +++ b/scripts/tests/Ice/optional.py @@ -20,4 +20,4 @@ if Mapping.getByPath(__name__).hasSource("Ice/optional", "serveramd"): ClientAMDServerTestCase("client/amd server with sliced format", props={ "Ice.Default.SlicedFormat" : True }), ] -TestSuite(__name__, testcases)
\ No newline at end of file +TestSuite(__name__, testcases) |