Minor fix to previous commit

This commit is contained in:
Reijo Tomperi 2010-02-06 00:30:47 +02:00
parent 35f778716a
commit fb81100bec
1 changed files with 2 additions and 2 deletions

View File

@ -1533,8 +1533,8 @@ private:
"2: {\n" "2: {\n"
"3: A a@1 ;\n" "3: A a@1 ;\n"
"4: B b@2 ;\n" "4: B b@2 ;\n"
"4: b@2 * a@1 ;\n" "5: b@2 * a@1 ;\n"
"5: }\n"); "6: }\n");
TODO_ASSERT_EQUALS(expected, actual); TODO_ASSERT_EQUALS(expected, actual);
} }