Skip to content

Commit b073206

Browse files
author
Johan Brichau
committed
Mark testEmptyStatements as fixed in Pharo 12 but breaking in earlier versions
1 parent 64ac15d commit b073206

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
running
2+
expectedFailures
3+
4+
SystemVersion current major >= 12 ifTrue:[ ^ #() ].
5+
6+
^ #(#testEmptyStatements)

0 commit comments

Comments
 (0)