Leo wrote: > > > I've added two test files, bitwise.t and concat.t, which go in t/op/ > > (the op/ directory doesn't exist yet) > > Missing?
The directory needs to be added. We're gradually moving our way toward the test hierarchy planned on p6d: t/var t/op t/subs t/regex t/module t/class ... Or, more extensively: http://p6stories.kwiki.org/index.cgi?ProposedTestHierarchy We haven't gotten to moving all the tests yet, but I'll add new test files in the new hierarchy. Allison