Skip to content

Commit 14821af

Browse files
committed
Add deliberate failure wasm to make sure it gets caught by CI
1 parent 9f679e0 commit 14821af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-suite/handwritten-src/ts/EnumTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class EnumTest extends TestCase {
1313
}
1414

1515
testEnumToString() {
16-
assertEq(this.enumToString(test.Color.RED), "RED");
16+
assertEq(this.enumToString(test.Color.RED), "ReED");
1717
assertEq(this.enumToString(test.Color.ORANGE), "ORANGE");
1818
assertEq(this.enumToString(test.Color.YELLOW), "YELLOW");
1919
assertEq(this.enumToString(test.Color.GREEN), "GREEN");

0 commit comments

Comments
 (0)