Tiny example update for clarification

--HG--
branch : xfail-cause
This commit is contained in:
david@mcbf.net
2014-07-26 18:24:55 +02:00
parent 309e3d38a0
commit d08c4ce0ad

View File

@@ -27,4 +27,4 @@ def test_hello6():
@xfail(raises=IndexError)
def test_hello7()
x = []
assert x[1] == 1
x[1] = 1