diff options
Diffstat (limited to 'darwintest/runtimetest.go')
| -rw-r--r-- | darwintest/runtimetest.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/darwintest/runtimetest.go b/darwintest/runtimetest.go index 1b0b825..aafc074 100644 --- a/darwintest/runtimetest.go +++ b/darwintest/runtimetest.go @@ -9,8 +9,7 @@ import ( // #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit // #include <stdlib.h> // #include "objc_darwin.h" -// Class NilClass = Nil; /* for newtypes.go */ -// id Nilid = nil; +// Class NilClass = Nil; /* for newtypes.go; here due to cgo limitations */ import "C" var ( |
