Skip to content

Commit 85c5fe0

Browse files
committed
add prediff for test/library/packages/Python/correctness/exceptionsFromInit.chpl
Signed-off-by: Jade Abraham <[email protected]>
1 parent 2e8d41e commit 85c5fe0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
sed "s/('invalid syntax', ('<string>'.*$/invalid syntax (<string>, line 1)/" $2 > $2.tmp
4+
mv $2.tmp $2

0 commit comments

Comments
 (0)