Skip to content

Commit 2be08b7

Browse files
author
Ben Lerner
committed
Correct a broken test, caught by the annotation changes in brownplt/pyret-lang#1734
1 parent 0c3487e commit 2be08b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-util/pyret-programs/tables/tables-test.arr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ print-tests([list:
4444
tc('t-complex', 2, 2, 'pixels-2')])
4545

4646
# make sure that raw-rows render and don't crash
47-
[T.raw-row: {1; "a"}, {2; "b"}]
47+
[T.raw-row: {"a"; 1}, {"b"; 2}]
4848

4949

0 commit comments

Comments
 (0)