mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
made some tests green
This commit is contained in:
@@ -6,7 +6,7 @@ discard """
|
||||
|
||||
#bug #1009
|
||||
type
|
||||
TAggRgba8* = array[4, byte]
|
||||
TAggRgba8* = array[4, Byte]
|
||||
|
||||
template R*(self: TAggRgba8): Byte = self[0]
|
||||
template G*(self: TAggRgba8): Byte = self[1]
|
||||
|
||||
Reference in New Issue
Block a user