Skip to content

Commit 9cdc808

Browse files
author
Thomas G. Lockhart
committed
Fix path name templates.
1 parent ff5edbd commit 9cdc808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/input/create_function_1.source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
CREATE FUNCTION widget_in(opaque)
77
RETURNS widget
8-
AS '_CWD_/regress_DLSUFFIX_'
8+
AS '_CWD_/../regress_DLSUFFIX_'
99
LANGUAGE 'c';
1010

1111
CREATE FUNCTION widget_out(opaque)
1212
RETURNS opaque
13-
AS '_CWD_/regress_DLSUFFIX_'
13+
AS '_CWD_/../regress_DLSUFFIX_'
1414
LANGUAGE 'c';
1515

0 commit comments

Comments
 (0)