test.cl: Fix moved i32 to module ::num
This commit is contained in:
parent
ed9b73a1a3
commit
a3a87e0b67
@ -4,7 +4,7 @@ use super::preamble::*;
|
||||
|
||||
struct UnitLike;
|
||||
|
||||
struct TupleLike(super::i32, super::self::test::char)
|
||||
struct TupleLike(super::num::i32, super::self::test::char)
|
||||
|
||||
struct StructLike {
|
||||
pub member1: UnitLike,
|
||||
|
Loading…
Reference in New Issue
Block a user