diff options
author | Jose <jose@zeroc.com> | 2016-09-19 23:08:12 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-09-19 23:08:12 +0200 |
commit | 251dc9fe5f90bfcc00be3df597fa5d845906bb03 (patch) | |
tree | 72e2f36ccf1741983adb9482ffdcf6c7e3ef8560 /cpp/test/Slice/unicodePaths | |
parent | Removed sealed from servant classes generated with --impl (diff) | |
download | ice-251dc9fe5f90bfcc00be3df597fa5d845906bb03.tar.bz2 ice-251dc9fe5f90bfcc00be3df597fa5d845906bb03.tar.xz ice-251dc9fe5f90bfcc00be3df597fa5d845906bb03.zip |
Fix ICE-7365 - C++ Slice/unicodePaths test fails on OS X
Diffstat (limited to 'cpp/test/Slice/unicodePaths')
-rw-r--r-- | cpp/test/Slice/unicodePaths/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/unicodePaths/run.py b/cpp/test/Slice/unicodePaths/run.py index 1f3f0a39539..893c7114232 100644 --- a/cpp/test/Slice/unicodePaths/run.py +++ b/cpp/test/Slice/unicodePaths/run.py @@ -47,7 +47,7 @@ tests = [ ("html", ["index.html"], ""), ("java", ["Test/Point.java", "Test/CanvasI.java"], "--impl"), ("js", ["Test.js"], ""), - ("objc", ["Test.mm"], ""), + ("objc", ["Test.m"], ""), ("php", ["Test.php"], "")] # |