commit | 78fc43f2930064cd6cf4229c1e4cb76edb8ed7f6 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sun Mar 31 19:17:07 2019 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sun Mar 31 19:17:07 2019 -0700 |
tree | 365204aaa6e1f0427b52a4817545d20007fe3f1c | |
parent | e5d6fe9782a9fcde0786392c075c6c0b85c24829 [diff] [blame] |
[iter] Fix up build, ouch Yeah, some things not very clear...
diff --git a/src/test-iter.cc b/src/test-iter.cc index bc45488..205fd33 100644 --- a/src/test-iter.cc +++ b/src/test-iter.cc
@@ -120,8 +120,8 @@ hb_iter (src, 2); hb_fill (t, 42); - hb_copy (t, s); - // hb_copy (t, a.iter ()); + hb_copy (s, t); + hb_copy (a.iter (), t); test_iterable (v); hb_set_t st;