summaryrefslogtreecommitdiff
path: root/tests/parameter-test.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parameter-test.tnsl')
-rw-r--r--tests/parameter-test.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parameter-test.tnsl b/tests/parameter-test.tnsl
index 96f6d41..cae89ab 100644
--- a/tests/parameter-test.tnsl
+++ b/tests/parameter-test.tnsl
@@ -14,5 +14,5 @@
limitations under the License.
#/
;int another = 0
-/; loop (int initial = 0, complex = 2) [initial < max || complex < 40, initial++, complex += 7, another += 2]
+/; loop (int initial = 0, complex = 2) [initial < max || complex < 40; initial++; complex += 7; another += 2]
;/