aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_lfind/expected/test_lfind.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/test_lfind/expected/test_lfind.out')
-rw-r--r--src/test/modules/test_lfind/expected/test_lfind.out12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/modules/test_lfind/expected/test_lfind.out b/src/test/modules/test_lfind/expected/test_lfind.out
new file mode 100644
index 00000000000..222c8fd7fff
--- /dev/null
+++ b/src/test/modules/test_lfind/expected/test_lfind.out
@@ -0,0 +1,12 @@
+CREATE EXTENSION test_lfind;
+--
+-- These tests don't produce any interesting output. We're checking that
+-- the operations complete without crashing or hanging and that none of their
+-- internal sanity tests fail.
+--
+SELECT test_lfind();
+ test_lfind
+------------
+
+(1 row)
+