summaryrefslogtreecommitdiff
path: root/test/Parser
diff options
context:
space:
mode:
authorarphaman <arphaman@gmail.com>2013-07-17 17:30:13 +0100
committerarphaman <arphaman@gmail.com>2013-07-17 17:33:24 +0100
commit9cbc42c2174cd46f3384e9f5e6d5b19726b0abcf (patch)
tree59132c70ff5dc77e414f7114fedf6408e2d8887c /test/Parser
parent44a93699b70f1e81fee333e8c49ea396ff1f5d6e (diff)
downloadflang-9cbc42c2174cd46f3384e9f5e6d5b19726b0abcf.tar.gz
print ast only when the -ast-print flag is given to the driver
Diffstat (limited to 'test/Parser')
-rw-r--r--test/Parser/expressions.f952
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/expressions.f95 b/test/Parser/expressions.f95
index 1b28239ca7..dcbcd2f688 100644
--- a/test/Parser/expressions.f95
+++ b/test/Parser/expressions.f95
@@ -1,5 +1,5 @@
! RUN: %flang -fsyntax-only -verify < %s
-! RUN: %flang -fsyntax-only -verify %s 2>&1 | %file_check %s
+! RUN: %flang -fsyntax-only -verify -ast-print %s 2>&1 | %file_check %s
PROGRAM expressions
REAL X,Y,Z,W
LOGICAL L