[squeak-dev] FFI: FFI-PoolsTests-mt.8.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 27 15:26:21 UTC 2020


Marcel Taeumel uploaded a new version of FFI-PoolsTests to project FFI:
http://source.squeak.org/FFI/FFI-PoolsTests-mt.8.mcz

==================== Summary ====================

Name: FFI-PoolsTests-mt.8
Author: mt
Time: 27 May 2020, 5:26:20.340043 pm
UUID: 02248816-81b6-254a-a91f-bcf8d9382533
Ancestors: FFI-PoolsTests-mt.7

Fixes typo "Genreator" -> "Generator".

=============== Diff against FFI-PoolsTests-mt.7 ===============

Item was changed:
  ----- Method: FFITestInheritanceExternalSharedPool class>>override (in category 'definitions') -----
  override
  	<ffiExternalSharedPool>
  	<ffiInheritsFrom: #empty>
  	<ffiPlatformName: 'testName' osVersion: 'testOSVersion' subtype: 'testSubtype' wordSize: 16>
  	<ffiCCompiler: 'testCompiler'>
  	<ffiCFlags: 'testFlags'>
  	<ffiCHeaders: #('<testHeader.h>' '"testLocalHeader.h"' 'testImplicitGlobalHeader.h')>
+ 	<ffiProgramGenerator: #FFITestExternalSharedPoolProgramGenerator>
- 	<ffiProgramGenerator: #FFITestExternalSharedPoolProgramGenreator>
  	<ffiVariable: #One type: #Float>!



More information about the Squeak-dev mailing list