summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-12-07 20:27:29 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-12-07 21:31:14 +0000
commit7f8bb02d78fe8ab3bff62f9cfd7a2c5b9825516c (patch)
treea13b080e887fc55ae644f0b56d34c1e3eac39b11 /Examples
parentb9b9b3cd215a51039d08c3ee9857687d18af75fe (diff)
downloadswig-7f8bb02d78fe8ab3bff62f9cfd7a2c5b9825516c.tar.gz
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
Diffstat (limited to 'Examples')
-rw-r--r--Examples/test-suite/csharp/cpp11_strongly_typed_enumerations_runme.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Examples/test-suite/csharp/cpp11_strongly_typed_enumerations_runme.cs b/Examples/test-suite/csharp/cpp11_strongly_typed_enumerations_runme.cs
index f0f48f0bc..f2c25e7a2 100644
--- a/Examples/test-suite/csharp/cpp11_strongly_typed_enumerations_runme.cs
+++ b/Examples/test-suite/csharp/cpp11_strongly_typed_enumerations_runme.cs
@@ -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;