summaryrefslogtreecommitdiff
path: root/test/files/run/treePrint.check.temporarily.disabled
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/treePrint.check.temporarily.disabled')
-rw-r--r--test/files/run/treePrint.check.temporarily.disabled5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/run/treePrint.check.temporarily.disabled b/test/files/run/treePrint.check.temporarily.disabled
new file mode 100644
index 0000000000..3360815ac1
--- /dev/null
+++ b/test/files/run/treePrint.check.temporarily.disabled
@@ -0,0 +1,5 @@
+def foo = {
+ var q: Boolean = false;
+ val x = 5;
+ ((x == 5) || (!q)) || (true)
+}