File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
org.modeldriven.alf/tests-x Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ activity Interactive_Read() {
88
99 WriteLine("read Integer, Boolean, UnlimitedNatural:");
1010
11- WriteLine(IntegerFunctions::ToString(StandardInputChannel.allInstances().readInteger(status)));
11+ WriteLine(IntegerFunctions::ToString(StandardInputChannel.allInstances()[1] .readInteger(status)));
1212 WriteLine(status.description);
1313
14- WriteLine(BooleanFunctions::ToString(StandardInputChannel.allInstances().readBoolean(status)));
14+ WriteLine(BooleanFunctions::ToString(StandardInputChannel.allInstances()[1] .readBoolean(status)));
1515 WriteLine(status.description);
1616
17- WriteLine(UnlimitedNaturalFunctions::ToString(StandardInputChannel.allInstances().readUnlimitedNatural(status)));
17+ WriteLine(UnlimitedNaturalFunctions::ToString(StandardInputChannel.allInstances()[1] .readUnlimitedNatural(status)));
1818 WriteLine(status.description);
1919}
You can’t perform that action at this time.
0 commit comments