From f266a588e0eba5271a8767bc25f38d44bc043709 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 30 Sep 2015 07:06:40 +0100 Subject: [PATCH] Cosmetic comment fix in testcase --- Examples/test-suite/csharp/special_variable_attributes_runme.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Examples/test-suite/csharp/special_variable_attributes_runme.cs b/Examples/test-suite/csharp/special_variable_attributes_runme.cs index 0365ba47c..eca1abfa3 100644 --- a/Examples/test-suite/csharp/special_variable_attributes_runme.cs +++ b/Examples/test-suite/csharp/special_variable_attributes_runme.cs @@ -1,6 +1,4 @@ -// This is the bool runtime testcase. It checks that the C++ bool type works. - using System; using special_variable_attributesNamespace;