summaryrefslogtreecommitdiffstats
path: root/cli_ure
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/qa/climaker/climaker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/qa/climaker/climaker.cs b/cli_ure/qa/climaker/climaker.cs
index 63a8888ed42a..5dd9a9f18967 100644
--- a/cli_ure/qa/climaker/climaker.cs
+++ b/cli_ure/qa/climaker/climaker.cs
@@ -1277,7 +1277,7 @@ public sealed class Test
l.assure(aXComponent == outXComponent);
l.assure(aSeqBool == outSeqBool);
- bool inoutBool = false;;
+ bool inoutBool = false;
byte inoutByte = 10;
short inoutShort = 11;
ushort inoutUShort = 12;