X Tutup
Skip to content

Commit b233f8d

Browse files
author
Johan Brichau
committed
Move expected failures declaration to Pharo package
1 parent f0a32e5 commit b233f8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

repository/Grease-Tests-Core.package/GRUtf8CodecTest.class/instance/expectedFailures.st renamed to repository/Grease-Tests-Pharo-Core.package/GRUtf8CodecTest.extension/instance/expectedFailures.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
testing
1+
*Grease-Tests-Pharo-Core
22
expectedFailures
33
^ SystemVersion current major < 9
44
ifTrue: [ #(testCodecUtf8ShortestForm) ]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name" : "GRUtf8CodecTest"
3+
}

0 commit comments

Comments
 (0)
X Tutup