This commit is contained in:
Thomas Nagy 2012-03-10 11:30:25 +01:00
parent 9cb33c9c79
commit 4680cd544a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ def build(bld):
'b' : 'b 1',
'c' : 'c 1',
'd' : 'd 0',
'e' : 'a || b || c || d'
'e' : 'e a || b || c || d'
}
def test(x, result):