summaryrefslogtreecommitdiff
path: root/test/regress/regress0/options/stream-printing.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/options/stream-printing.smt2')
-rw-r--r--test/regress/regress0/options/stream-printing.smt218
1 files changed, 18 insertions, 0 deletions
diff --git a/test/regress/regress0/options/stream-printing.smt2 b/test/regress/regress0/options/stream-printing.smt2
new file mode 100644
index 000000000..21ea85aa1
--- /dev/null
+++ b/test/regress/regress0/options/stream-printing.smt2
@@ -0,0 +1,18 @@
+; EXPECT: stdout
+; EXPECT: stderr
+; EXPECT: stdin
+; EXPECT-ERROR: stderr
+; EXPECT-ERROR: stdout
+; EXPECT-ERROR: stdin
+
+(get-option :regular-output-channel)
+(get-option :diagnostic-output-channel)
+(get-option :in)
+
+(set-option :regular-output-channel stderr)
+(set-option :diagnostic-output-channel stdout)
+(set-option :in stdin)
+
+(get-option :regular-output-channel)
+(get-option :diagnostic-output-channel)
+(get-option :in)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback