X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Flanguage%2Fcontrol%2Fdo-repeat.at;h=e52b7ad999119da45f8a5bd84254e896de681335;hb=3c7a003b64e72aa4a6a97d5197f303c3cd1c6221;hp=9b04a12823d6fe3af6ab0e3776fb35be07948326;hpb=691a034d7f2139076fa012739dffd40ef5db4a9b;p=pspp diff --git a/tests/language/control/do-repeat.at b/tests/language/control/do-repeat.at index 9b04a12823..e52b7ad999 100644 --- a/tests/language/control/do-repeat.at +++ b/tests/language/control/do-repeat.at @@ -13,7 +13,8 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . -dnl AT_BANNER([DO REPEAT]) +dnl +AT_BANNER([DO REPEAT]) AT_SETUP([DO REPEAT -- simple]) AT_DATA([do-repeat.sps], [dnl @@ -87,7 +88,7 @@ END FILE. END INPUT PROGRAM. DO REPEAT x = 1 2 3. -INCLUDE 'include.sps'. +INCLUDE include.sps. END REPEAT. LIST.