summaryrefslogtreecommitdiff
path: root/test/Parser
diff options
context:
space:
mode:
authorarphaman <arphaman@gmail.com>2013-08-08 17:25:06 +0100
committerarphaman <arphaman@gmail.com>2013-08-08 17:25:06 +0100
commit84a36c755c1b26b0b23930976eea36d0f9ebdeef (patch)
treebee20fc7702bc9f9942befb88bddc8da78182166 /test/Parser
parent971ff6b9cffc526ee3cbdc18f0c7b8fec4ebb603 (diff)
downloadflang-84a36c755c1b26b0b23930976eea36d0f9ebdeef.tar.gz
implemented a statement reparsing mechanism, fixed-form do test now passes
Diffstat (limited to 'test/Parser')
-rw-r--r--test/Parser/fixedFormDo.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/fixedFormDo.f b/test/Parser/fixedFormDo.f
index b9d8502bda..f323677c32 100644
--- a/test/Parser/fixedFormDo.f
+++ b/test/Parser/fixedFormDo.f
@@ -7,7 +7,7 @@ C RUN: %flang -fsyntax-only -ast-print %s 2>&1 | %file_check %s
C CHECK: done = 1
DONE=1
C CHECK: done = (1+2)
- DONE=1+2
+ DO NE =1+2
DODONE=1,10
ENDDO
E ND PRO GRAMt e s t