Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
work with latest uffi changes (not BACKWARDS COMPATIBLE CHANGE)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Oct 20, 2019
1 parent d45b92f commit c70a16d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -11,7 +11,7 @@ TFTestLibraryUsingSameThreadRunner >> calloutAPIClass [
]

{ #category : #'accessing platform' }
TFTestLibraryUsingSameThreadRunner >> macModuleName [
TFTestLibraryUsingSameThreadRunner >> macLibraryName [

^ 'libTestLibrary.dylib'
]
Expand All @@ -29,7 +29,7 @@ TFTestLibraryUsingSameThreadRunner >> unixModuleName [
]

{ #category : #'accessing platform' }
TFTestLibraryUsingSameThreadRunner >> win32ModuleName [
TFTestLibraryUsingSameThreadRunner >> win32LibraryName [

^ 'TestLibrary.dll'
]
Expand Up @@ -25,7 +25,7 @@ TFUFFIBasicTypeMarshallingTest >> externalFunction: name ofType: type [

^ TFExternalFunction
name: name
moduleName: self ffiLibrary moduleName
moduleName: self ffiLibrary libraryName
definition: (TFFunctionDefinition
parameterTypes: {type. type}
returnType: type).
Expand Down

0 comments on commit c70a16d

Please sign in to comment.