Skip to content

Commit

Permalink
uncancelling float/double tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Sep 30, 2019
1 parent 2e82470 commit e4cbb4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/UnifiedFFI-Tests/FFICalloutAPITest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ FFICalloutAPITest >> testCharPointer [
FFICalloutAPITest >> testDoubleCall [
"Test using generic FFI spec"
| callback result |
self error: 'bad?'.
callback := FFICallback
signature: #(double (double x))
block: [ :x | x abs ].
Expand All @@ -279,7 +278,6 @@ FFICalloutAPITest >> testDoubleCall [
FFICalloutAPITest >> testFloatCall [
"Test using generic FFI spec"
| callback result |
self error: 'bad?'.
callback := FFICallback
signature: #(float (float x))
block: [ :x | x abs ].
Expand Down

0 comments on commit e4cbb4d

Please sign in to comment.