X Tutup
Skip to content

Commit b2fcc52

Browse files
author
Johan Brichau
committed
fix expectedFailures...
1 parent 27f6852 commit b2fcc52

File tree

1 file changed

+1
-1
lines changed
  • repository/Grease-Tests-Pharo-Core.package/GRPlatformTest.extension/instance

1 file changed

+1
-1
lines changed

repository/Grease-Tests-Pharo-Core.package/GRPlatformTest.extension/instance/expectedFailures.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
expectedFailures
33
"Fails in Pharo 10 until https://github.com/svenvc/zinc/issues/86 is part of Pharo 10"
44
^ SystemVersion current major = 10
5-
ifTrue:[ (#testReadWriteEmptyFileInFolderBinary) ]
5+
ifTrue:[ #(#testReadWriteEmptyFileInFolderBinary) ]
66
ifFalse: [ #() ]

0 commit comments

Comments
 (0)
X Tutup