Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / gyp / test / lib / TestMac.py
index 755d40e..68605d7 100644 (file)
@@ -29,7 +29,7 @@ def CheckFileType(test, file, archs):
     found_file, found_archs = match.groups()
     if found_file != file or set(found_archs.split()) != set(archs):
       print 'Expected file %s with arch %s, got %s with arch %s' % (
-          file, ' '.join(archs), found_file, ' '.join(found_archs))
+          file, ' '.join(archs), found_file, found_archs)
       test.fail_test()