Fix regression in introduced in merge of C++11 strongly typed enums support

- Guile constants bad casts generated
- Go non-public enum value wrappers assert failure

Also cosmetic test comment correction
This commit is contained in:
William S Fulton 2014-12-07 20:27:29 +00:00
commit 7f8bb02d78
3 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,3 @@
// This is the bool runtime testcase. It checks that the C++ bool type works.
using System;
using cpp11_strongly_typed_enumerationsNamespace;