X Tutup
Skip to content

Commit 59fdaf6

Browse files
author
Johan Brichau
committed
keep the expected failure in earlier pharo
1 parent 32b50e5 commit 59fdaf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
testing
2+
expectedFailures
3+
^ SystemVersion current major < 9
4+
ifTrue: [ #(testCodecUtf8ShortestForm) ]
5+
ifFalse:[ #() ]

0 commit comments

Comments
 (0)
X Tutup